Skip to content

Commit 1f5c60f

Browse files
Setup Release 0.1.0
1 parent 6506bc1 commit 1f5c60f

3 files changed

Lines changed: 42 additions & 4 deletions

File tree

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0](https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/0.1.0) - 2020-08-21
9+
10+
### Release Notes
11+
12+
- No release notes.
13+
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"prettier": "^2.0.5",
3636
"typescript": "^3.9.7"
3737
}
38-
}
38+
}

readme.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
# Issue Pull Request
2-
3-
Creates pull request based on issue.
1+
# issue-pull-request
2+
3+
Issue Pull Request
4+
5+
## Info
6+
7+
- **Version**: `0.1.0`
8+
9+
### Dependencies
10+
11+
- `@actions/core`: `^1.2.4`
12+
- `@actions/github`: `^4.0.0`
13+
- `@types/js-yaml`: `^3.12.5`
14+
- `@types/object-path`: `^0.11.0`
15+
- `eol`: `^0.9.1`
16+
- `indent-string`: `^4.0.0`
17+
- `js-yaml`: `^3.14.0`
18+
- `object-path`: `^0.11.4`
19+
20+
21+
### Description
22+
23+
Creates pull request based on issue.
24+
25+
### Changelog
26+
27+
- [Full changelog](changelog.md)

0 commit comments

Comments
 (0)