Skip to content

Commit

Permalink
[RELEASE] Set version to 0.2.0 (#107)
Browse files Browse the repository at this point in the history
Also update the CONTRIBUTING guide about the creation of the Pull Request that updates the version.
  • Loading branch information
oanesini authored Aug 30, 2022
1 parent 59bfa2f commit 79de624
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ Check that the files are using the version to be released:
- [DESCRIPTION](./DESCRIPTION)
- [README](./README.md)

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`.
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,
if some files require changes. The PR/commit message should be `[RELEASE] Set version to x.y.z`.

#### GitHub issues and milestones update

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bpmnVisualization
Type: Package
Title: Visualize Process Execution Data on BPMN Diagrams
Version: 0.1.2
Version: 0.2.0
Authors@R: c(person("Celine", "Souchet", role = c("aut", "cre"), email = "celine.souchet@bonitasoft.com"),
person("Thomas", "Bouffard", role = "aut"))
Description: To visualize the execution data of the processes on BPMN diagrams, using overlays, style customization and interactions, with BPMN Visualization.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install.packages('devtools')

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:
```r
devtools::install_github("process-analytics/bpmn-visualization-R@v0.1.2")
devtools::install_github("process-analytics/bpmn-visualization-R@v0.2.0")
```

Or install the development version:
Expand Down

0 comments on commit 79de624

Please sign in to comment.