Skip to content

Commit

Permalink
readd prerelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Sep 11, 2023
1 parent 414a9c5 commit 955076b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,21 @@ workflows:
requires:
- release_premajor?

- release_bump_prerelease?:
context: live-connect
type: approval
requires:
- build_and_test
filters:
<<: *prereleasable_branch

- release:
context: live-connect
name: release_bump_prerelease
increment: "bump-prerelease"
requires:
- release_bump_prerelease?

- release_alpha->beta?:
context: live-connect
type: approval
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"release:ci:prepatch": "release-it patch --preRelease=alpha-$(git rev-parse --short HEAD) --ci",
"release:ci:preminor": "release-it minor --preRelease=alpha-$(git rev-parse --short HEAD) --ci",
"release:ci:premajor": "release-it major --preRelease=alpha-$(git rev-parse --short HEAD) --ci",
"release:ci:bump-prerelease": "release-it --preRelease --ci",
"release:ci:alpha->beta": "release-it --preRelease=beta --ci",
"release:ci:beta->rc": "release-it --preRelease=rc --ci",
"release:ci:patch": "release-it patch --ci",
Expand Down

0 comments on commit 955076b

Please sign in to comment.