You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,7 +117,7 @@ Add an issue `Crystal release X.Y.Z` in https://github.com/crystal-lang/distribu
117
117
* Edit `prepare_build` on_osx download package and folder
118
118
* Edit ` .github/workflows/*.yml` to point to docker image
119
119
* Edit `shell.nix``latestCrystalBinary` using `nix-prefetch-url --unpack <url>`
120
-
2.[ ] (minor) Increment VERSION file to the next minor and -dev suffix
120
+
2.[ ] (minor) Increment `src/VERSION` and version in `shard.yml`to the next minor plus `-dev` suffix
121
121
3.[ ] (minor) Perform uncomment/todos left in the repo
122
122
4.[ ] Update default base version in test-ecosystem: [`test-ecosystem:scripts/release-update.sh ${VERSION}`](https://github.com/crystal-lang/test-ecosystem/blob/master/scripts/release-update.sh)
123
123
5.[ ] Merge `release/${VERSION%.*}` branch into `master` (if the two have diverged)
0 commit comments