Skip to content

Commit

Permalink
add a missing step into RELEASE PROCEDURE file
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Nov 8, 2018
1 parent 2a74151 commit 629836a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ When you release fixed version of SonarQube SpotBugs Plugin, please follow these
git checkout -b master-release
```

* change version number in `pom.xml` to stable version (e.g. `1.2.3`), then commit changes
* Make sure profile XMLs are updated. See [`generate_progiles/README.md`](generate_progiles/README.md) for detail.

* change version number in `pom.xml` to stable version (e.g. `1.2.3`), then commit changes

```
mvn versions:set -DnewVersion=1.2.3
Expand Down

0 comments on commit 629836a

Please sign in to comment.