Skip to content

Commit 3329df0

Browse files
committed
Cut a fixed release
1 parent 6a3a20f commit 3329df0

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
fetch-depth: 0
14+
- name: Fetch all tags
15+
run: git fetch --force --tags
1416
- name: Get the tag name
1517
run: echo "TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
1618
- name: Set up Go
@@ -41,11 +43,6 @@ jobs:
4143
AWS_REGION: us-east-1
4244
- name: Cache Docker Layers
4345
run: docker pull public.ecr.aws/opslevel/cli:v0.3.0 || true
44-
# - name: Write Release Notes
45-
# run: |
46-
# curl -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.0/git-chglog_0.15.0_linux_amd64.tar.gz | tar xz -C /usr/local/bin git-chglog
47-
# chmod 755 /usr/local/bin/git-chglog
48-
# /usr/local/bin/git-chglog $(git describe --tags $(git rev-list --tags --max-count=1)) > RELEASE_NOTES
4946
- name: Run GoReleaser
5047
uses: goreleaser/goreleaser-action@v2
5148
with:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## [v2022.04.22] - 2022-04-22
8+
### Bugfix
9+
* Fix Release
10+
711
## [v2022.04.21] - 2022-04-21
812
### Feature
913
* implement create, update and delete for groups

changes/v2022.04.22.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [v2022.04.22] - 2022-04-22
2+
### Bugfix
3+
* Fix Release

0 commit comments

Comments
 (0)