Skip to content

Commit

Permalink
Fixed issues related to the ci workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser authored Mar 25, 2021
1 parent 2c1b10c commit 09b3a71
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: mathieudutour/github-tag-action@v5.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: releases
release_branches: production

- name: bump version
id: bump_version
Expand Down
22 changes: 22 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# v1.0.2

Added .github/workflows/release.yml .github/workflows/unit-tests.yml

* Added ci steps to release a binary
* Added checkout code steps before running the tests
* Improved automatic release
* Updated .github/workflows/release.yml
* Changed draft: true to draft: false

.circleci/config.yml:

* Removed circleci as ci executor

Updated Makefile:

* Improved GOOS and GOARCH handling
* Added ci target to Makefile

Updated README.md

* Changed status badges to match github-actions

0 comments on commit 09b3a71

Please sign in to comment.