We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b5509 commit 1a6f9acCopy full SHA for 1a6f9ac
dev-doc/release.md
@@ -8,4 +8,8 @@ git commit -am "Release version $VERSION"
8
git tag "v$VERSION"
9
mvn versions:set -DgenerateBackupPoms=false -DnextSnapshot
10
git commit -am "Start next development version"
11
+git push
12
+git push --tags
13
```
14
+
15
+Now attach the built JAR file to the [GitHub release](https://github.com/phxql/sonarqube-to-prometheus/releases).
0 commit comments