Skip to content

Commit

Permalink
Merge pull request #292 from liferay/wincent/prepare-for-toolkit-rele…
Browse files Browse the repository at this point in the history
…ases

chore(js-themes-toolkit): make final tweaks for monorepo releases
  • Loading branch information
wincent authored Dec 14, 2020
2 parents c8d3011 + 7ea5fdc commit 83b66d3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
8 changes: 8 additions & 0 deletions maintenance/projects/js-themes-toolkit-v8-x/.yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
--publish.tag maintenance

# We don't actually use `yarn version` to publish this project, but we still
# specify the desired tag format here so that `@liferay/changelog-generator` can
# pick it up.
#
# Note that prefix is based on the directory name so that
# `@liferay/changelog-generator` distinguish it from the v9-x series.
version-tag-prefix "js-themes-toolkit-v8-x/v"
4 changes: 2 additions & 2 deletions maintenance/projects/js-themes-toolkit-v8-x/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ yarn ci

# Prepare and push final commit:
git add -A
git commit -m "chore: prepare $VERSION release"
git tag liferay-js-themes-toolkit/v$VERSION -m liferay-js-themes-toolkit/v$VERSION
git commit -m "chore(js-themes-toolkit): prepare $VERSION release"
git tag js-themes-toolkit-v8-x/v$VERSION -m liferay-js-themes-toolkit/v$VERSION
git push upstream master --follow-tags
```

Expand Down
4 changes: 2 additions & 2 deletions maintenance/projects/js-themes-toolkit-v8-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"ansi-colors": "3.2.4"
},
"scripts": {
"changelog": "npx liferay-changelog-generator",
"changelog:regenerate": "npx liferay-changelog-generator --regenerate",
"changelog": "node ../../../projects/npm-tools/packages/changelog-generator/bin/liferay-changelog-generator.js",
"changelog:regenerate": "node ../../../projects/npm-tools/packages/changelog-generator/bin/liferay-changelog-generator.js --regenerate",
"ci": "yarn format:check && yarn lint && yarn test",
"format": "cd ../../.. && yarn format",
"format:check": "cd ../../.. && yarn format:check",
Expand Down
8 changes: 8 additions & 0 deletions maintenance/projects/js-themes-toolkit-v9-x/.yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
--publish.tag maintenance

# We don't actually use `yarn version` to publish this project, but we still
# specify the desired tag format here so that `@liferay/changelog-generator` can
# pick it up.
#
# Note that prefix is based on the directory name so that
# `@liferay/changelog-generator` distinguish it from the v8-x series.
version-tag-prefix "js-themes-toolkit-v9-x/v"
4 changes: 2 additions & 2 deletions maintenance/projects/js-themes-toolkit-v9-x/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ yarn ci

# Prepare and push final commit:
git add -A
git commit -m "chore: prepare $VERSION release"
git tag liferay-js-themes-toolkit/v$VERSION -m liferay-js-themes-toolkit/v$VERSION
git commit -m "chore(js-themes-toolkit): prepare $VERSION release"
git tag js-themes-toolkit-v9-x/v$VERSION -m liferay-js-themes-toolkit/v$VERSION
git push upstream master --follow-tags
```

Expand Down
4 changes: 2 additions & 2 deletions maintenance/projects/js-themes-toolkit-v9-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"ansi-colors": "3.2.4"
},
"scripts": {
"changelog": "npx liferay-changelog-generator",
"changelog:regenerate": "npx liferay-changelog-generator --regenerate",
"changelog": "node ../../../projects/npm-tools/packages/changelog-generator/bin/liferay-changelog-generator.js",
"changelog:regenerate": "node ../../../projects/npm-tools/packages/changelog-generator/bin/liferay-changelog-generator.js --regenerate",
"ci": "yarn format:check && yarn lint && yarn test",
"format": "cd ../../.. && yarn format",
"format:check": "cd ../../.. && yarn format:check",
Expand Down

0 comments on commit 83b66d3

Please sign in to comment.