Skip to content

Commit b4e1938

Browse files
authored
Merge pull request #43 from consideRatio/pr/add-release
Add RELEASE.md
2 parents 79e50d2 + 477ceba commit b4e1938

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Release
2+
3+
To make a release, get a changelog PR merged, and push a tag of the changelog
4+
PRs merge commit.
5+
6+
```bash
7+
# verify your latest commit is up to date
8+
# and its the commit to be tagged
9+
git log
10+
11+
git tag -a 1.2.3 -m 1.2.3
12+
git push --follow-tags
13+
```

0 commit comments

Comments
 (0)