Skip to content

Commit

Permalink
chore: release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Apr 17, 2023
1 parent 62fb783 commit 9b6cc1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- names: Extra Changelog
run: |
CHANGELOG=$(awk -v ver=$(awk -F'"' '/"version": ".+"/{ print $4; exit; }' package.json) '/^## / { if (p) { exit }; if ($2 == ver) { p=1; next} } p' CHANGELOG.md)
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
echo "$CHANGELOG" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV

- uses: actions/setup-go@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions cmd/grm/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const grmVersion = "0.8.0"
package main

const grmVersion = "0.9.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 9b6cc1e

Please sign in to comment.