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

fix(*) add release tagging script #2161

Merged
merged 1 commit into from
Jun 15, 2021
Merged

fix(*) add release tagging script #2161

merged 1 commit into from
Jun 15, 2021

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Jun 14, 2021

Summary

Add a script to ensure that the release tag is an annotated tag that
contains a summary of commits since the previous release. The tag name
is required to match Go module semantic version numbering.

Full changelog

  • Fix version tagging to work with Go modules.

Issues resolved

Fix #2073

Documentation

None.

Testing

$ ./tools/releases/make-release-tag.sh 1.1.6 v99.99.0
Created tag 'v99.99.0'
Testing whether tag 'v99.99.0' can be pushed
To github.com:kumahq/kuma.git
 * [new tag]           v99.99.0 -> v99.99.0
Run 'git push origin v99.99.0' to push the tag if you are happy.
$ git show v99.99.0
tag v99.99.0
Tagger: James Peach <james.peach@konghq.com>
Date:   Tue Jun 15 07:56:43 2021 +1000

Tag v99.99.0 release.

Austin Cawley-Edwards (6):
      chore(*) add Installation Method line item to issue template (#1661)
      chore(crds) upgrade to apiextensions.k8s.io/v1 (#1108)
      feat(mads) implement v1 API (#1753)
      fix(prometheus-sd) namespace source names for v1 API (#1896)
      feat(mads) add support for HTTP long polling (#2121)
      feat(mads) allow specifying fetch-timeout via query param (#2148)

Bart Smykla (42):
      chore(*) gui update (#1657)
      feat(ci/cd) wait for check before e2e/integration (#1690)
      feat(*) remove overwhelming logs when delete crds (#1744)
      feat(tests) add eks as a target for e2e tests (#1684)
      chore(*) new gui version (#1773)
...

Add a script to ensure that the release tag is an annotated tag that
contains a summary of commits since the previous release. The tag name
is required to match Go module semantic version numbering.

This fixes #2073.

Signed-off-by: James Peach <james.peach@konghq.com>
@jpeach jpeach requested a review from a team as a code owner June 14, 2021 22:07
Copy link
Contributor

@bartsmykla bartsmykla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jpeach jpeach merged commit f851bd9 into kumahq:master Jun 15, 2021
@jpeach jpeach deleted the fix/release-tag-tooling branch June 15, 2021 04:49
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

Successfully merging this pull request may close these issues.

Kuma release tags don't match Go module versioning
2 participants