Skip to content

ci: do release based on version not tag #5953

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

Merged
merged 3 commits into from
Nov 29, 2023
Merged

Conversation

quisquous
Copy link
Owner

This allows releases to be done via PR and not via git push.

Notes:

  • .npmrc combines tag+commit logic and so if you turn off tagging the commit has to be done manually; this is now in bump_version.ts
  • this largely copies from OverlayPlugin's release.yml

This allows releases to be done via PR and not via git push.

Notes:
* .npmrc combines tag+commit logic and so if you turn off tagging
  the commit has to be done manually; this is now in bump_version.ts
* this largely copies from OverlayPlugin's release.yml
@quisquous
Copy link
Owner Author

I'll see how this goes and revert if I broke stuff.

@quisquous quisquous merged commit 9a3a5cb into main Nov 29, 2023
@quisquous quisquous deleted the release_based_on_version branch November 29, 2023 17:50
github-actions bot pushed a commit that referenced this pull request Nov 29, 2023
This allows releases to be done via PR and not via git push.

Notes:
* .npmrc combines tag+commit logic and so if you turn off tagging the
commit has to be done manually; this is now in bump_version.ts
* this largely copies from OverlayPlugin's release.yml 9a3a5cb
quisquous added a commit that referenced this pull request Nov 29, 2023
quisquous added a commit that referenced this pull request Nov 29, 2023
There's no reason to do another setup step here to get git
for a one-liner.

More fixes for #5953.
quisquous added a commit that referenced this pull request Nov 29, 2023
There's no reason to do another setup step here to get git for a
one-liner.

More fixes for #5953.
github-actions bot pushed a commit that referenced this pull request Nov 29, 2023
…ase (#5958)

There's no reason to do another setup step here to get git for a
one-liner.

More fixes for #5953. 1bb20b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant