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
* Updating workflow
* Updated changelog.md and pom.xml
* Added dependency to coveralls maven plugin
* Update README for 3.0.0: requirements, changelog, and installation link
[Bitbucket Server](https://www.atlassian.com/software/bitbucket/server)[(post receive hook) plugin](https://confluence.atlassian.com/display/STASH/Using+repository+hooks#Usingrepositoryhooks-Post-receivehooks) that generates [Jira](https://www.atlassian.com/software/jira) version and links issues to the version.
8
7
9
8
## Contents
10
9
11
-
1.[News](#News)
10
+
1.[Changelog](#Changelog)
12
11
2.[Requirements](#Requirements)
13
12
3.[Installation](#Installation)
14
13
4.[Usage](#Usage)
@@ -21,18 +20,16 @@
21
20
8.[Credits](#Credits)
22
21
9.[License](#License)
23
22
24
-
## <aname="News"></a> News
23
+
## <aname="Changelog"></a> Changelog
25
24
26
-
### 2.0.1
27
-
28
-
Upgrade to Bitbucket Server 6.5.1.
29
-
30
-
For previous changes see the [changelog](https://github.com/infobip/jira-version-generator/blob/master/CHANGELOG.md).
25
+
For changes check the [changelog](CHANGELOG.md).
31
26
32
27
## <aname="Requirements"></a> Requirements:
33
28
34
-
1. Bitbucket Server has an application link with a Jira instance.
35
-
2. User that commits the release commit exists on Jira and has rights to create the version and modify issues on the project.
29
+
1. Bitbucket Server 9.4.17+
30
+
2. Java 17+
31
+
3. Bitbucket Server has an application link with a Jira instance.
32
+
4. User that commits the release commit exists on Jira and has rights to create the version and modify issues on the project.
36
33
37
34
By default, each commit on the repository is checked against the [Maven Release Plugin](http://maven.apache.org/maven-release/maven-release-plugin/) release commit message pattern: `\[maven-release-plugin\] prepare release repositoryName-(?<version>.*)`.
38
35
This behavior can be changed by changing the [release commit version pattern](#ReleaseCommitVersionPattern).
@@ -48,7 +45,7 @@ If the version already exists on Jira, the version will not be created and issue
48
45
49
46
## <aname="Installation"></a> Installation:
50
47
51
-
Simply download latest jar from the Maven Central [here](https://maven-badges.herokuapp.com/maven-central/com.infobip/jira-version-generator) and install it on your Bitbucket Server instance.
48
+
Download the latest jar from [GitHub Releases](https://github.com/infobip/jira-version-generator/releases) and install it on your Bitbucket Server instance.
0 commit comments