Skip to content

Commit 79de624

Browse files
authored
[RELEASE] Set version to 0.2.0 (#107)
Also update the CONTRIBUTING guide about the creation of the Pull Request that updates the version.
1 parent 59bfa2f commit 79de624

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ Check that the files are using the version to be released:
147147
- [DESCRIPTION](./DESCRIPTION)
148148
- [README](./README.md)
149149

150-
Create a new PR and merge it, if some files require changes. The PR/commit message should be `[RELEASE] Set version to x.y.z`.
150+
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,
151+
if some files require changes. The PR/commit message should be `[RELEASE] Set version to x.y.z`.
151152

152153
#### GitHub issues and milestones update
153154

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bpmnVisualization
22
Type: Package
33
Title: Visualize Process Execution Data on BPMN Diagrams
4-
Version: 0.1.2
4+
Version: 0.2.0
55
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "celine.souchet@bonitasoft.com"),
66
person("Thomas", "Bouffard", role = "aut"))
77
Description: To visualize the execution data of the processes on BPMN diagrams, using overlays, style customization and interactions, with BPMN Visualization.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install.packages('devtools')
3939

4040
To install a dedicated version (available versions can be found in the [GitHub releases page](https://github.com/process-analytics/bpmn-visualization-R/releases)), run:
4141
```r
42-
devtools::install_github("process-analytics/bpmn-visualization-R@v0.1.2")
42+
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.0")
4343
```
4444

4545
Or install the development version:

0 commit comments

Comments
 (0)