We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1304d commit 6dcd151Copy full SHA for 6dcd151
docs/releasing.md
@@ -2,6 +2,11 @@
2
3
1. Make sure `CHANGELOG.md` mentions all relevant unreleased changes
4
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
10
* Make a PR out of this to get the CI to run all the tests!
11
3. Pick a new version number. Remember: we use [BreakVer](https://www.taoensso.com/break-versioning)
12
4. Set the version number
0 commit comments