Skip to content

Commit 3cc9cd3

Browse files
committed
Fix the actions to do to set the development version
1 parent d560c0b commit 3cc9cd3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

MAINTAINERS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ if some files require changes. The PR/commit message should be `[RELEASE] Set ve
6363

6464
**NOTE**: this is a very manual process today. For improvements, see [#131](https://github.com/process-analytics/bpmn-visualization-R/issues/131)
6565

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`.
6968

7069
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`.
7271

7372
### Publish the new version on CRAN
7473

0 commit comments

Comments
 (0)