Skip to content

Commit

Permalink
Prepare for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Oct 9, 2024
1 parent 4a2a5f7 commit bec2682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We follow the best practices outlined in the [GitHub Actions documentation][gith
2. On a new branch, run the following commands to update the version of the action:

```bash
VERSION=X.Y.Z make updateversion
VERSION=X.Y.Z VERSION_SHORT=X make updateversion
```

3. Open a PR titled "Prepare for vX.Y.Z". Once it's reviewed and CI passes, merge it.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buf-action",
"version": "1.0.1",
"version": "1.0.2",
"description": "GitHub Action for buf",
"main": "src/main.ts",
"scripts": {
Expand Down

0 comments on commit bec2682

Please sign in to comment.