File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 1+ ## [ v2022.04.22] - 2022-04-22
2+ ### Bugfix
3+ * Fix Release
You can’t perform that action at this time.
0 commit comments