Skip to content

Commit 6dcd151

Browse files
committed
Document gotchas when running clj -M:outdated
1 parent 0d1304d commit 6dcd151

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/releasing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
1. Make sure `CHANGELOG.md` mentions all relevant unreleased changes
44
2. Recommended: update dependencies `clj -M:outdated --upgrade`
5+
* Gotchas:
6+
* The script tries to upgrade :clojure-11 alias as well. This
7+
should not be done, as it is used to test the compatibility with
8+
clojure 11
9+
* If shadow-cljs is updgraded, remember to update package.json as well
510
* Make a PR out of this to get the CI to run all the tests!
611
3. Pick a new version number. Remember: we use [BreakVer](https://www.taoensso.com/break-versioning)
712
4. Set the version number

0 commit comments

Comments
 (0)