Skip to content

Commit 3af9a7d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.1...3.0.0) (2022-07-01) ### Bug Fixes * **generate-notes:** use release-notes-generator plugin ([e7c0770](e7c0770)) ### BREAKING CHANGES * **generate-notes:** users should now remove release-notes-generator from their plugin list.
1 parent e7c0770 commit 3af9a7d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.1...3.0.0) (2022-07-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **generate-notes:** use release-notes-generator plugin ([e7c0770](https://github.com/iamludal/semantic-release-jira-notes/commit/e7c0770d88727f397ddb62083598c3541a92239f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **generate-notes:** users should now remove release-notes-generator
12+
from their plugin list.
13+
114
## [2.0.1](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.0...2.0.1) (2022-06-30)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-jira-notes",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Semantic Release plugin to add JIRA issues link to the release notes",
55
"main": "src/index.js",
66
"author": "iamludal",

0 commit comments

Comments
 (0)