Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
improvments to release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkappa committed Dec 10, 2019
1 parent 5b75ae5 commit 150c6f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build
on: [push]
on:
push:
branches: ['*']

jobs:

build:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ jobs:
id: get_version

- name: Go release
run: bash scripts/release.sh ${{ steps.get_version.outputs.VERSION }}
run: ./scripts/release.sh ${{ steps.get_version.outputs.VERSION }}

# - name: Go release
# uses: goreleaser/goreleaser-action@v1
# with:
# version: ${{ steps.get_version.outputs.VERSION }}
# args: --skip-validate --release-notes="${TMPDIR}/release-notes.md"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- ## v0.2.3 (Unreleased) -->

## v0.2.2 (December 10, 2019)

ENHANCEMENTS:
Expand Down

0 comments on commit 150c6f0

Please sign in to comment.