Skip to content

Commit 941866d

Browse files
Add instructions for shards post-release updates (#356)
1 parent 4c363b1 commit 941866d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

processes/shards-release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ Add an issue `Shards release ${VERSION}` in https://github.com/crystal-lang/dist
3434
## Post-release
3535

3636
1. [ ] (minor) Increment VERSION file to the next minor and -dev suffix
37-
2. [ ] Update distribution-scripts (*Helper script: [`scripts/update-shards.sh`](https://github.com/crystal-lang/distribution-scripts/blob/master/scripts/prepare-shards-release.sh)*)
37+
2. [ ] Update distribution-scripts (*Helper script: [`scripts/update-shards.sh`](https://github.com/crystal-lang/distribution-scripts/blob/master/scripts/update-shards.sh)*)
3838
* Edit [linux/Makefile](../linux/Makefile)
3939
* Edit [omnibus/config/software/shards.rb](../omnibus/config/software/shards.rb)
40-
3. [ ] Update https://github.com/crystal-lang/crystal
40+
3. [ ] Update https://github.com/crystal-lang/crystal (*Helper script: [`scripts/update-shards.sh`](https://github.com/crystal-lang/crystal/blob/master/scripts/update-shards.sh)*)
4141
* Edit [`.github/workflows/win_build_portable.yml`](https://github.com/crystal-lang/crystal/blob/master/.github/workflows/win_build_portable.yml)
42+
* Edit [`.github/workflows/mingw-w64.yml`](https://github.com/crystal-lang/crystal/blob/master/.github/workflows/mingw-w64.yml)
4243
3. [ ] Submit a PR to update the homebrew formula in https://github.com/Homebrew/homebrew-core/blob/master/Formula/crystal.rb . Or do it on Crystal release.
4344
4. [ ] Update default base version in test-ecosystem
4445
6. [ ] (minor) Perform uncomment/todos left in the repo

0 commit comments

Comments
 (0)