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
Copy file name to clipboardExpand all lines: docs/production/releases.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,11 @@ This function will take care also of branch and commit creation.
23
23
Review the changes and push them, then follow the steps 3 and 4 below to finish the release.
24
24
25
25
Important: This function will also incrment the spec version in the runtime.
26
-
If you already did this in another commit you need to undo spec_version changes to avoid double incrment.
26
+
If you already did this in another commit or you don't need to do this, you can instruct the Makefile version-bump function to skip it by setting the `retain_spec_version` variable to 1 or any other value.
27
+
28
+
```bash
29
+
type=patch retain_spec_version=1 make version-bump
0 commit comments