Skip to content

Commit 704c549

Browse files
Setup release 1.0.0
1 parent ac32652 commit 704c549

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [1.0.0](https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/1.0.0) - 2023-01-03
9+
10+
### Release Notes
11+
12+
- [Milestone](https://github.com/unity-game-framework-actions/issue-pull-request/milestone/3?closed=1)
13+
14+
15+
### Changed
16+
17+
- Update project ([#19](https://github.com/unity-game-framework-actions/issue-pull-request/issues/19))
18+
- Update dependencies.
19+
- Update license.
20+
- Update action meta data.
21+
- Update `utility` class.
22+
823
## [0.2.0](https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/0.2.0) - 2020-08-29
924

1025
### Release Notes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "issue-pull-request",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"displayName": "Issue Pull Request",
55
"description": "Creates pull request based on issue.",
66
"main": "lib/main.js",
@@ -37,4 +37,4 @@
3737
"typescript": "^3.9.7",
3838
"@vercel/ncc": "0.36.0"
3939
}
40-
}
40+
}

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
Issue Pull Request
44

5-
## Info
5+
## Information
66

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

99
### Dependencies
1010

11-
- `@actions/core`: `^1.2.4`
12-
- `@actions/github`: `^4.0.0`
11+
- `@actions/core`: `1.10.0`
12+
- `@actions/github`: `5.1.1`
1313
- `@types/js-yaml`: `^3.12.5`
1414
- `@types/object-path`: `^0.11.0`
1515
- `eol`: `^0.9.1`
1616
- `indent-string`: `^4.0.0`
1717
- `js-yaml`: `^3.14.0`
18-
- `object-path`: `^0.11.4`
18+
- `object-path`: `^0.11.8`
1919

2020

2121
### Description

0 commit comments

Comments
 (0)