File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -97,21 +97,28 @@ release locally:
97
97
lein with-profile plugin.mranderson/config install
98
98
```
99
99
100
- Release to [ clojars] ( https://clojars.org/ ) :
100
+ #### Using the Makefile
101
+
102
+ ...Or you can use the ` Makefile ` as:
101
103
102
104
```
103
- git tag -a v0.28.6 -m "0.28.6"
104
- git push --tags
105
+ PROJECT_VERSION=0.28.6 make install
105
106
```
106
107
107
- #### Using the Makefile
108
+ ## Releasing to Clojars
108
109
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:
110
114
111
115
```
112
- PROJECT_VERSION=0.28.6 make install
116
+ git tag -a v0.28.6 -m "Release 0.28.6"
117
+ git push --tags
113
118
```
114
119
120
+ The CI will take it from there.
121
+
115
122
## Hall of Fame
116
123
117
124
Special credit goes to the following people for their contributions:
You can’t perform that action at this time.
0 commit comments