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

Release tags in git #2229

Open
tenderlove opened this issue Feb 19, 2020 · 6 comments
Open

Release tags in git #2229

tenderlove opened this issue Feb 19, 2020 · 6 comments
Labels
feature-request A feature should be added or improved.

Comments

@tenderlove
Copy link

Hi,

I'm trying to find what version shipped with d98d94c, but I found that none of the v3.X tags have been pushed to GitHub. Could someone push the tags please?

Thanks!

@tenderlove tenderlove added the bug This issue is a bug. label Feb 19, 2020
@mullermp
Copy link
Contributor

mullermp commented Feb 19, 2020

Our GitHub tags use version 2. We have no good way of publishing our releases/tags for version 3 because it's modular. It's fixed in this version: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/CHANGELOG.md#3542-2019-06-03

@mullermp mullermp added guidance Question that needs advice or information. and removed bug This issue is a bug. labels Feb 19, 2020
@tenderlove
Copy link
Author

I see. Is there a good way for me to tell what commit was in a particular release? Reading through changelogs seems rough. Also is there a way to know what git revision is equivalent to a particular release?

Thanks for your time!

@mullermp
Copy link
Contributor

mullermp commented Feb 19, 2020

For V3, there's no good way to do so. In the commit there will generally be an "unreleased" changelog entry. If it's marked as an "issue" then it will add a patch version bump, if it's marked as a "feature" it will be a minor version bump. I suppose you could look at the previous entry and determine that.

@tenderlove
Copy link
Author

@mullermp ok, thanks for the info! 🙇🏻‍♀️

@mullermp
Copy link
Contributor

No problem. If you have any idea on how to best tag those, I'm open to suggestions. We could tag aws-sdk-core releases in the repo but that's not as useful for finding releases with new APIs for service gems. Having tags for every service gem could get very messy very fast (growing list).

@mullermp mullermp reopened this Mar 20, 2023
@mullermp mullermp added the feature-request A feature should be added or improved. label Mar 20, 2023
@mullermp
Copy link
Contributor

Re-opening as a feature request to do git release tagging based around dates.

@mullermp mullermp added no-autoclose and removed guidance Question that needs advice or information. labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants