Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Dec 21, 2018
1 parent b26839d commit 715c13c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,3 @@ checksum:

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc

filters:
exclude:
- '^docs:'
- '^test:'
- typo
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release 0.1.0

* Initial release.
[href]
2 changes: 1 addition & 1 deletion actions/release/run-release
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dpkg -i goreleaser.deb

echo "🌲 Releasing $VERSION"
cd "$GITHUB_WORKSPACE" || exit 1
goreleaser
goreleaser --release-notes CHANGES.md

0 comments on commit 715c13c

Please sign in to comment.