Thank you for the recent 0.1.0 release.
However, I noticed that the release tag hasn’t been added on GitHub.
Normally, when releasing a gem with bundle exec rake release, a tag like vX.Y.Z is added to git. The rubygems/release-gem action introduced in #32 internally runs bundle exec rake release:
https://github.com/rubygems/release-gem/blob/v1.1.1/action.yml#L37
So git tag should have been created, but since this was the first execution, it may not have worked as expected. It should be possible to observe whether rubygems/release-gem correctly in future releases.
Anyway, it would be appreciated if v0.1.0 (git tag v0.1.0 and push) could be tagged at the following commit:
7ad1e90
Thank you for the recent 0.1.0 release.
However, I noticed that the release tag hasn’t been added on GitHub.
Normally, when releasing a gem with
bundle exec rake release, a tag likevX.Y.Zis added to git. Therubygems/release-gemaction introduced in #32 internally runsbundle exec rake release:https://github.com/rubygems/release-gem/blob/v1.1.1/action.yml#L37
So
git tagshould have been created, but since this was the first execution, it may not have worked as expected. It should be possible to observe whetherrubygems/release-gemcorrectly in future releases.Anyway, it would be appreciated if v0.1.0 (
git tag v0.1.0and push) could be tagged at the following commit:7ad1e90