Skip to content

Commit f9fb59b

Browse files
Setup Release 0.2.0
1 parent fd52535 commit f9fb59b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0](https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/0.2.0) - 2020-08-29
9+
10+
### Release Notes
11+
12+
- [Milestone](https://github.com/unity-game-framework-actions/issue-pull-request/milestone/1?closed=1)
13+
14+
15+
### Added
16+
17+
- Add parsing issue number from branch name ([#6](https://github.com/unity-game-framework-actions/issue-pull-request/pull/6))
18+
Add `issueBranchRegex` to config which used when no issue number specified to parse issue number from branch name. Default is `(?<=issue-)(\d*?)(?=-)`.
19+
820
## [0.1.0](https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/0.1.0) - 2020-08-21
921

1022
### Release Notes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "issue-pull-request",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"displayName": "Issue Pull Request",
55
"description": "Creates pull request based on issue.",
66
"main": "lib/main.js",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Issue Pull Request
44

55
## Info
66

7-
- **Version**: `0.1.0`
7+
- **Version**: `0.2.0`
88

99
### Dependencies
1010

0 commit comments

Comments
 (0)