There was an error while loading. Please reload this page.
1 parent 03dc43f commit a2d0b90Copy full SHA for a2d0b90
2 files changed
CHANGELOG.txt
@@ -1,4 +1,4 @@
1
-master
+0.13.0 - 2025-07-04
2
---------------------------------------------------------------------------------------
3
4
[Compiler]
RELEASE_STEPS.md
@@ -1,7 +1,7 @@
# Release Steps
- Create new branch `release/major.minor.patch`
-- Update CHANGELOG.
+- Update CHANGELOG with master->version number.
5
- Run github `release` workflow on newly created branch.
6
- Download binaries from the workflow.
7
- Generate release documentation.
@@ -13,7 +13,7 @@
13
- Upload all build artifacts.
14
- Update master version to the next one.
15
- Create new changelog entry.
16
- - Update project version in `CMakeLists.txt`.
+ - Update project version in `bl/src/nob/nob.c`.
17
- Run tests.
18
- Push master.
19
- Publish new release on github.
0 commit comments