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

Adopt versioning so we can experiment while not breaking user's release process #8

Closed
rtyley opened this issue Dec 9, 2023 · 2 comments

Comments

@rtyley
Copy link
Member

rtyley commented Dec 9, 2023

Once we get more repos using gha-scala-library-release-workflow, we'll need a way to experiment and not break user's release process when, for instance, the required sbt release steps change.

See also:

@rtyley
Copy link
Member Author

rtyley commented Nov 22, 2024

This has been done with v1.0.0.

@rtyley
Copy link
Member Author

rtyley commented Dec 11, 2024

I used this sequence of commands to release v1.0.1:

cd ~/code/gha-scala-library-release-workflow
gh release create v1.0.1 --generate-notes
git fetch
git tag -f v1 v1.0.1 && git push origin v1 -f

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

No branches or pull requests

1 participant