Skip to content

Commit c47b8da

Browse files
committed
adding extra info to the release checklist
1 parent 23a1eb6 commit c47b8da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

TODO.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ Below is a TODO list for further development of `next-auth-pubkey`.
3232
- commit with git
3333
- build with npm
3434
- publish with npm
35-
- release on github
35+
- create tag with git
36+
```example
37+
git tag v1.0.1
38+
git push origin tag v1.0.1
39+
```
40+
- release on github: https://github.com/jowo-io/next-auth-pubkey/releases/new
3641

3742
### Back-burner
3843

0 commit comments

Comments
 (0)