-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from momocow/dev
Release
- Loading branch information
Showing
7 changed files
with
105 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ module.exports = { | |
// template | ||
// baseUrl | ||
// source | ||
// removeFromCommit | ||
// regex | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"options": { | ||
"repositoryUrl": "git+https://github.com/momocow/semantic-release-gitmoji.git" | ||
}, | ||
"lastRelease": { | ||
"version": "0.0.0", | ||
"gitHead": "gitHead", | ||
"gitTag": "v0.0.0" | ||
}, | ||
"nextRelease": { | ||
"gitHead": "gitHead" | ||
}, | ||
"commits": [ | ||
{ | ||
"commit": { | ||
"short": "123456" | ||
}, | ||
"message": "CUSTOM-4242 :sparkles: (scope1): use custom ticket regex", | ||
"subject": "CUSTOM-4242 :sparkles: (scope1): use custom ticket regex", | ||
"body": "" | ||
}, | ||
{ | ||
"commit": { | ||
"short": "654321" | ||
}, | ||
"message": ":sparkles: (scope2): no ticket", | ||
"subject": ":sparkles: (scope2): no ticket", | ||
"body": "" | ||
}, | ||
{ | ||
"commit": { | ||
"short": "654456" | ||
}, | ||
"message": ":bug: (scope3): with github issue #42", | ||
"subject": ":bug: (scope3): with github issue #42", | ||
"body": "" | ||
}, | ||
{ | ||
"commit": { | ||
"short": "123321" | ||
}, | ||
"message": "CUSTOM-4242 CUSTOM-4243 :sparkles: (scope4): multiple issues", | ||
"subject": "CUSTOM-4242 CUSTOM-4243 :sparkles: (scope4): multiple issues", | ||
"body": "" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# [v0.1.0](https://github.com/momocow/semantic-release-gitmoji/compare/v0.0.0...v0.1.0) ({datetime}) | ||
|
||
## ✨ New Features | ||
- [`123321`](https://github.com/momocow/semantic-release-gitmoji/commit/123321) (scope4): multiple issues (Issues: [`CUSTOM-4242`](https://custom-url/CUSTOM-4242) [`CUSTOM-4243`](https://custom-url/CUSTOM-4243)) | ||
- [`654321`](https://github.com/momocow/semantic-release-gitmoji/commit/654321) (scope2): no ticket | ||
- [`123456`](https://github.com/momocow/semantic-release-gitmoji/commit/123456) (scope1): use custom ticket regex (Issues: [`CUSTOM-4242`](https://custom-url/CUSTOM-4242)) | ||
|
||
## 🐛 Bug Fixes | ||
- [`654456`](https://github.com/momocow/semantic-release-gitmoji/commit/654456) (scope3): with github issue #42 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters