You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,15 @@ multibranch:
72
72
credentialsId: 'bitbucket-ssh-credentials'
73
73
```
74
74
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
+
75
84
## How-to run and test with Bitbucket Server locally
76
85
77
86
*[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/)
0 commit comments