Skip to content

Commit

Permalink
Bump v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jan 22, 2021
1 parent 689cb67 commit 82973c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### To be Released

### 1.0.1

* Bump github.com/stretchr/testify from 1.6.1 to 1.7.0

### 1.0.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go Password
# Go Password v1.0.1

Simple password generator in Go. Use `crypto/rand`

Expand All @@ -17,12 +17,12 @@ Bump new version number in `CHANGELOG.md`.
Commit, tag and create a new release:

```sh
git add CHANGELOG.md
git commit -m "Bump v1.0.0"
git tag v1.0.0
git add CHANGELOG.md README.md
git commit -m "Bump v1.0.1"
git tag v1.0.1
git push origin master
git push --tags
hub release create v1.0.0
hub release create v1.0.1
```

The title of the release should be the version number and the text of the release is the same as the changelog.

0 comments on commit 82973c6

Please sign in to comment.