File tree 2 files changed +42
-4
lines changed
2 files changed +42
-4
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Refer to this document for [versioning](https://github.com/actions/toolkit/blob/
5
5
To cut a new release:
6
6
7
7
- ** Create a new GitHub release and publish it to Marketplace (on GH)**
8
+ - Update CHANGELOG.md
8
9
- Create a [ new release] ( https://github.com/gradle-update/update-gradle-wrapper-action/releases/new )
9
10
- Make sure "Publish this Action to the GitHub Marketplace" is selected
10
11
- Enter a new tag name ` v1.2.3 ` to create a new tag on publish
@@ -15,7 +16,3 @@ To cut a new release:
15
16
- ` git pull `
16
17
- ` git tag -fa v1 -m "Update v1 tag to v1.2.3" `
17
18
- ` git push origin v1 --force `
18
-
19
-
20
-
21
-
You can’t perform that action at this time.
0 commit comments