Skip to content

Commit 74a035c

Browse files
committed
Add changelog.
1 parent 5fa21f9 commit 74a035c

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
## v1.0.9
4+
5+
- Added `labels` input parameter.
6+
7+
## v1.0.8
8+
9+
- In repositories with multiple Wrapper files, each one gets updated in a separate commit.
10+
11+
## v1.0.7
12+
13+
- Added `set-distribution-checksum` input parameter.
14+
15+
## v1.0.6
16+
17+
- Action now updates all Wrapper files of the repository.
18+
19+
## v1.0.5
20+
21+
- Added `target-branch` input parameter.
22+
23+
## v1.0.4
24+
25+
- Action does not run with Docker anymore.
26+
27+
## v1.0.3
28+
29+
- Don't fail in case an error occurs adding PR reviewers.
30+
31+
## v1.0.2
32+
33+
- Added `reviewers` input parameter.
34+
35+
## v1.0.1
36+
37+
- Fixes action name and README.
38+
39+
## v1.0.0
40+
41+
- Initial release.

RELEASING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Refer to this document for [versioning](https://github.com/actions/toolkit/blob/
55
To cut a new release:
66

77
- **Create a new GitHub release and publish it to Marketplace (on GH)**
8+
- Update CHANGELOG.md
89
- Create a [new release](https://github.com/gradle-update/update-gradle-wrapper-action/releases/new)
910
- Make sure "Publish this Action to the GitHub Marketplace" is selected
1011
- Enter a new tag name `v1.2.3` to create a new tag on publish
@@ -15,7 +16,3 @@ To cut a new release:
1516
- `git pull`
1617
- `git tag -fa v1 -m "Update v1 tag to v1.2.3"`
1718
- `git push origin v1 --force`
18-
19-
20-
21-

0 commit comments

Comments
 (0)