Skip to content

Commit

Permalink
chore: prep for 3.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 1, 2022
1 parent 6ba286d commit 7bf30f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hoist": true
},
"version": {
"allowBranch": "main",
"allowBranch": "3.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "Release %s",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"lerna:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --no-changelog --preid dev-$(git rev-parse --short HEAD) --dist-tag dev --force-publish --no-git-tag-version --no-push",
"lerna:version:rc": "lerna version prerelease --force-publish --preid rc",
"lerna:version:latest": "lerna version --force-publish --conventional-commits",
"lerna:publish:next": "lerna publish from-git --force-publish --dist-tag next --yes",
"lerna:publish:latest": "lerna publish from-git --force-publish --dist-tag latest --yes",
"lerna:publish:next": "lerna publish from-git --force-publish --dist-tag next-3 --yes",
"lerna:publish:latest": "lerna publish from-git --force-publish --dist-tag latest-3 --yes",
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
"prettier": "prettier \"**/*.{css,html,java,js,mjs,ts}\"",
Expand Down

0 comments on commit 7bf30f7

Please sign in to comment.