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

Tag your releases #59

Closed
hardliner66 opened this issue Jun 20, 2023 · 2 comments
Closed

Tag your releases #59

hardliner66 opened this issue Jun 20, 2023 · 2 comments

Comments

@hardliner66
Copy link

Please consider tagging your releases, so that there is a snapshot to go to, when working with specific versions.

Right now I'm trying to get the examples to run standalone, but without a proper tag it's hard to get the correct source version of the example matching to the version in my lock-file. Right now it might be easily fixable, but it's only gonna get harder moving forward.

@jonnadal
Copy link
Member

Hi @hardliner66. Thanks for your interest in the project and for taking the time to share this feedback. I'll begin tagging versions with the next release.

In the meantime you should be able to find the commit associated with each particular release based on the description. e.g.

$ git log --oneline --grep '^version' |head
c43562e version 0.28.0
437ca7c version 0.27.1
52ad7fe version 0.27.0
20b8dbc version 0.26.1
48ebda5 version 0.26.0
41e84a9 version 0.25.0
83ded53 version 0.24.1
849605f version 0.24.0
5319b40 version 0.23.3
8e93f67 version 0.23.2

@jonnadal
Copy link
Member

Began tagging releases w/ v0.30.1: https://github.com/stateright/stateright/tags

Thanks again for this suggestion @hardliner66!

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

2 participants