Skip to content

Commit 12b318c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.0.3...2.0.0) (2022-06-28) ### Features * **generate-notes:** don't use release-notes-generator manually ([cd8cbe1](cd8cbe1)) ### BREAKING CHANGES * **generate-notes:** release-notes-generator should now be defined in the configuration file before semantic-release-jira-notes
1 parent cd8cbe1 commit 12b318c

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+
# [2.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/1.0.3...2.0.0) (2022-06-28)
2+
3+
4+
### Features
5+
6+
* **generate-notes:** don't use release-notes-generator manually ([cd8cbe1](https://github.com/iamludal/semantic-release-jira-notes/commit/cd8cbe1ef89ede9608afdafde7c75a4a1e9c5ed5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **generate-notes:** release-notes-generator should now be defined in the
12+
configuration file before semantic-release-jira-notes
13+
114
## [1.0.3](https://github.com/iamludal/semantic-release-jira-notes/compare/1.0.2...1.0.3) (2022-06-28)
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": "1.0.3",
3+
"version": "2.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)