Skip to content
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

Merged
merged 14 commits into from
Sep 5, 2023
Merged

ci: enable manual running of release #772

merged 14 commits into from
Sep 5, 2023

Conversation

AdnoC
Copy link
Contributor

@AdnoC AdnoC commented Jul 25, 2023

@AdnoC AdnoC marked this pull request as ready for review July 27, 2023 20:33
@AdnoC AdnoC requested a review from a team as a code owner July 27, 2023 20:33
straker
straker previously approved these changes Aug 1, 2023
@AdnoC AdnoC force-pushed the ci-patch-thrusday branch from e88c534 to 0e3ac31 Compare August 24, 2023 18:03
@AdnoC AdnoC force-pushed the ci-patch-thrusday branch from 0e3ac31 to 455850a Compare August 24, 2023 18:05
@AdnoC AdnoC changed the title ci: run patch release on thursday ci: enable manual running of release Aug 24, 2023
Zidious
Zidious previously requested changes Sep 1, 2023
Copy link
Contributor

@Zidious Zidious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment inline -

Comment on lines 9 to 11
version=$(node -pe 'require("./lerna.json").version')
jq '.version = $newVer' --arg newVer "$version" package.json > tmp
mv tmp package.json
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment above

@AdnoC AdnoC dismissed Zidious’s stale review September 5, 2023 15:06

using lerna.json for the version

@AdnoC AdnoC merged commit 764ad64 into develop Sep 5, 2023
@AdnoC AdnoC deleted the ci-patch-thrusday branch September 5, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants