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: MAINTAINERS.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,11 @@ if some files require changes. The PR/commit message should be `[RELEASE] Set ve
63
63
64
64
**NOTE**: this is a very manual process today. For improvements, see [#131](https://github.com/process-analytics/bpmn-visualization-R/issues/131)
65
65
66
-
Update the [DESCRIPTION](./DESCRIPTION) file to use a development version (for more explanations, see the [R documentation](https://r-pkgs.org/release.html#post-release):
67
-
- bump the current version. For instance, if the released version was `0.3.0`, bump it to `0.3.1`
68
-
- add a postfix to the version to state that it is a development version. For instance, `0.3.1.9000`
66
+
Add the `.9000` suffix to the `Version` field in the [DESCRIPTION](./DESCRIPTION) file to indicate that this is a development version (for more explanations, see the [R documentation](https://r-pkgs.org/release.html#post-release)).
67
+
For instance, if the released version was `0.3.0`, the `Version` field in the `DESCRIPTION` file should be `0.3.O.9000`.
69
68
70
69
Create a new PR (it must have the `skip-changelog` label as we don't want it to appear in the release notes) and merge it.
71
-
The PR/commit message should be `[INFRA] Set the development version to x.y.z`.
70
+
The PR/commit message should be `[INFRA] Set the development version to x.y.z.9000`.
0 commit comments