We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07266cd commit e7b9892Copy full SHA for e7b9892
release-howto.md
@@ -20,7 +20,7 @@
20
```
21
22
3. Wait, until release is ready. The maven plugin will directly push the tag. The tag will be
23
- built by GitHub Actions workflow [Build](https://github.com/pmd/build-tools/actions/workflows/build.yml)
+ built by GitHub Actions workflow [Build Release](https://github.com/pmd/build-tools/actions/workflows/build-release.yml)
24
followed by workflow [Publish Release](https://github.com/pmd/build-tools/actions/workflows/publish-release.yml).
25
After it is done, the new release
26
should be available under <https://repo.maven.apache.org/maven2/net/sourceforge/pmd/pmd-build-tools-config/>.
0 commit comments