File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- 2020-XX-XX 4.1.2
1+ 2020-06-19 4.1.2
22
33 Bugfixes:
44
Original file line number Diff line number Diff line change 99
1010- Make sure CHANGES.txt has a proper date set!
1111- Make sure `version` in globals.ml has the correct value
12+ - Update `version` in `./opam`
1213- Check if the protocolVersion in displayJson.ml has to be updated
1314- Make an empty GitHub release in https://github.com/HaxeFoundation/haxe/releases (do this first because we need the tag for the builds)
1415- Wait for the CI to build (check https://build.haxe.org/builds/haxe/)
2021- If everything was working, run the command again without `--dry` (and probably without the `-d`)
2122- Update https://github.com/HaxeFoundation/haxe.org/blob/staging/downloads/versions.json
2223
24+ # Cleanup
25+
26+ - Remove issues with released fixes from the "Hotfix" milestone: https://github.com/HaxeFoundation/haxe/milestone/18
27+
2328# Announcing the release
2429
2530- Find someone to announce the release on our various communication channels
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22name: "haxe"
3- version: "4.1.0 "
3+ version: "4.1.2 "
44synopsis: "Multi-target universal programming language"
55description: """
66Haxe is an open source toolkit based on a modern,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type platform =
2424 | Hl
2525 | Eval
2626
27- let version = 4101
27+ let version = 4102
2828let version_major = version / 1000
2929let version_minor = (version mod 1000 ) / 100
3030let version_revision = (version mod 100 )
You can’t perform that action at this time.
0 commit comments