Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed May 30, 2021
1 parent 0b0fa96 commit 162ddfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create binaries
env:
TAG: ${{ steps.vars.outputs.tag }}
run: ./.relase.sh $TAG
run: ./.release.sh $TAG

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
This project respects the [semver](https://semver.org/) pattern.

[changelogger-notes]::

## v0.0.1 (2021-05-30)
* First Release :tada:

0 comments on commit 162ddfb

Please sign in to comment.