Skip to content

Commit

Permalink
Merge pull request #261 from gridscale/update-changelog-and-release-c…
Browse files Browse the repository at this point in the history
…hecklist

Update release-checklist and changelog
  • Loading branch information
miha-m authored Feb 5, 2024
2 parents 8a2a092 + cadbd9c commit 1d50779
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.23.1 (Feb 5, 2024)

IMPROVEMENTS:

- Bump `go` from 1.17 to 1.21
- Bump `hashicorp/go-version` from 1.4.0 to 1.6.0
- Bump `hashicorp/terraform-plugin-sdk/v2` from 2.16.0 to 2.32.0
- Bump `aws/aws-sdk-go` from 1.44.114 to 1.50.10

## 1.23.0 (Dec 12, 2023)

Expand Down
18 changes: 16 additions & 2 deletions release-checklist.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Release Checklist

## Add and push a new tag
## Update Changelog

That is really all you need to do now. Release assets will be build automatically by GoReleaser and the checksums file will be signed with the release signing key. A draft release will be created for the tag.
Add a new section to [CHANGELOG.md](https://github.com/gridscale/terraform-provider-gridscale/blob/master/CHANGELOG.md), use the following format for the changelog entry:
```
FEATURES:
- ...
IMPROVEMENTS:
- ...
BUG FIXES:
- ...
```

## Add and push a new Tag

That is really all you need to do - release assets will be build automatically by GoReleaser and the checksums file will be signed with the release signing key. A draft release will be created for the tag.

$ git tag v1.7.0
$ git push --tags
Expand Down

0 comments on commit 1d50779

Please sign in to comment.