Skip to content

Commit

Permalink
Release Notes 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Dec 18, 2021
1 parent d889c67 commit 3fc3876
Show file tree
Hide file tree
Showing 6 changed files with 2,221 additions and 2,143 deletions.
2,205 changes: 69 additions & 2,136 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foundry-pf2e",
"version": "2.20.2",
"version": "3.0.0",
"description": "",
"scripts": {
"build": "npm run build:packs && webpack --mode production",
Expand Down
2,145 changes: 2,145 additions & 0 deletions static/changelog.old/2.0.0-2.20.2.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title": "Pathfinder 2nd Edition",
"description": "A community contributed game system for Pathfinder Second Edition.",
"license": "./LICENSE",
"version": "2.20.2",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "0.8.9",
"version": "3.0.0",
"minimumCoreVersion": "9.236",
"compatibleCoreVersion": "9.240",
"author": "The PF2e System Developers",
"esmodules": ["vendor.bundle.js", "main.bundle.js"],
"scripts": [
Expand Down
4 changes: 2 additions & 2 deletions updatebuildno.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let system = JSON.parse(systemRaw);

system.version = `${system.version}.${argv.buildno}`;
system.url = `https://gitlab.com/${argv.gitlabpath}`;
// system.manifest = `https://gitlab.com/${argv.gitlabpath}/-/jobs/artifacts/${argv.branch}/raw/system.json?job=build`;
// system.download = `https://gitlab.com/${argv.gitlabpath}/-/jobs/artifacts/${argv.branch}/raw/pf2e.zip?job=build`;
system.manifest = `https://gitlab.com/${argv.gitlabpath}/-/jobs/artifacts/${argv.branch}/raw/system.json?job=build`;
system.download = `https://gitlab.com/${argv.gitlabpath}/-/jobs/artifacts/${argv.branch}/raw/pf2e.zip?job=build`;

fs.writeFileSync('system.json', JSON.stringify(system, null, 2));

Expand Down

0 comments on commit 3fc3876

Please sign in to comment.