Skip to content

Commit 3fb7035

Browse files
authored
Prepare for v1.0.2 (#73)
Prepare a new release to add fix for #72 .
1 parent 4a2a5f7 commit 3fb7035

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We follow the best practices outlined in the [GitHub Actions documentation][gith
88
2. On a new branch, run the following commands to update the version of the action:
99

1010
```bash
11-
VERSION=X.Y.Z make updateversion
11+
VERSION=X.Y.Z VERSION_SHORT=X make updateversion
1212
```
1313

1414
3. Open a PR titled "Prepare for vX.Y.Z". Once it's reviewed and CI passes, merge it.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buf-action",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GitHub Action for buf",
55
"main": "src/main.ts",
66
"scripts": {

0 commit comments

Comments
 (0)