Skip to content

Commit

Permalink
Update changelog, tweak release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed Dec 6, 2020
1 parent 5c13026 commit 54f4b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# CHANGELOG

## 0.1.0 (XXXX-XX-XX)
## 0.1.0 (2020-12-06)

* Initial beta release

2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
* Set a release date.
* Commit

* Tag the release: `git tag -a v1.2.3. -m 'Tag v1.2.3'`.
* Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
* Push the tag: `git push origin v1.2.3`.
* Run `goreleaser`.

0 comments on commit 54f4b16

Please sign in to comment.