-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: enable manual running of release #772
Conversation
d4b429f
to
54496c0
Compare
e88c534
to
0e3ac31
Compare
0e3ac31
to
455850a
Compare
This reverts commit 455850a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment inline -
.github/scripts/prepare_release.sh
Outdated
version=$(node -pe 'require("./lerna.json").version') | ||
jq '.version = $newVer' --arg newVer "$version" package.json > tmp | ||
mv tmp package.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason why we're bumping the root package json? Lerna only bumps packages we're publishing or care about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying not to change the action while work on it is being done, so this is needed. The action assumes that the top level package.json
is the source of truth for what version the package is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR for not doing this is in api-team-public
package.json
Outdated
@@ -1,5 +1,6 @@ | |||
{ | |||
"name": "axe-core-npm", | |||
"version": "4.7.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above
This reverts commit e887784.
Test PR: #809
Test Issue: #808
Conditional checks were tested in a personal repo: https://github.com/AdnoC/action-test/actions/workflows/push-and-dispatch.yml
https://github.com/dequelabs/axe-api-team/issues/355
https://github.com/dequelabs/axe-api-team/issues/342