Skip to content

Commit 120666e

Browse files
committed
Update documentation to perform a release for this plugin
1 parent 96b4c42 commit 120666e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ multibranch:
7272
credentialsId: 'bitbucket-ssh-credentials'
7373
```
7474

75+
### Release notes (for mantainers)
76+
77+
To perform a release of this plugin the minimum requirements are:
78+
* Maven 3.9.9
79+
* JDK 17
80+
* git 2.39.x
81+
82+
From a shell or Windows terminal run `mvn -B -ntp release:prepare release:perform "-Pquick-build" "-P-block-MRP"`
83+
7584
## How-to run and test with Bitbucket Server locally
7685

7786
* [Install the Atlassian SDK on Linux or Mac](https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/)

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
3535
<!-- Jenkins.MANAGE is still in Beta -->
3636
<useBeta>true</useBeta>
37+
<tagNameFormat>@{project.version}</tagNameFormat>
3738
</properties>
3839

3940
<developers>

0 commit comments

Comments
 (0)