Skip to content

Commit e184a87

Browse files
committed
Improve the release docs
1 parent af28de8 commit e184a87

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,28 @@ release locally:
9797
lein with-profile plugin.mranderson/config install
9898
```
9999

100-
Release to [clojars](https://clojars.org/):
100+
#### Using the Makefile
101+
102+
...Or you can use the `Makefile` as:
101103

102104
```
103-
git tag -a v0.28.6 -m "0.28.6"
104-
git push --tags
105+
PROJECT_VERSION=0.28.6 make install
105106
```
106107

107-
#### Using the Makefile
108+
## Releasing to Clojars
108109

109-
...Or you can use the `Makefile` as:
110+
**Note:** Make sure you've updated the changelog, `docs/antora.yml`, etc
111+
before cutting a new release.
112+
113+
Release to [clojars](https://clojars.org/) by tagging a new release:
110114

111115
```
112-
PROJECT_VERSION=0.28.6 make install
116+
git tag -a v0.28.6 -m "Release 0.28.6"
117+
git push --tags
113118
```
114119

120+
The CI will take it from there.
121+
115122
## Hall of Fame
116123

117124
Special credit goes to the following people for their contributions:

0 commit comments

Comments
 (0)