We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07c61a commit a470a59Copy full SHA for a470a59
2 files changed
configure/CONFIG_LINSTAT_VERSION
@@ -9,4 +9,7 @@ LINSTAT_0_0_0 = NO
9
# 1.0.0 and 1.0.1 added late...
10
LINSTAT_1_0_0 = NO
11
LINSTAT_1_0_1 = NO
12
-LINSTAT_1_1_0 = YES
+LINSTAT_1_1_0 = NO
13
+# forgot to add for 1.1.1 :P
14
+LINSTAT_1_1_1 = NO
15
+LINSTAT_1_2_0 = YES
release.md
@@ -0,0 +1,6 @@
1
+# Release process
2
+
3
+- Verify successful GHA run
4
+- Update `configure/CONFIG_LINSTAT_VERSION`
5
+- Tag
6
+- Push
0 commit comments