Skip to content

Commit

Permalink
Merge pull request #8 from badele/fix-release-linter
Browse files Browse the repository at this point in the history
fix: remove static version
  • Loading branch information
badele authored Nov 26, 2023
2 parents bceffab + 41f24b4 commit abf191c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

TAGVERSION=$1
TAGVERSION="v0.1.0"
VERSION="${TAGVERSION:1}"

cog changelog --at "$TAGVERSION" -t full_hash > GITHUB_CHANGELOG.md
Expand Down

0 comments on commit abf191c

Please sign in to comment.