Skip to content

Commit

Permalink
πŸ“– Update version step in doc (slsa-framework#375)
Browse files Browse the repository at this point in the history
* updates

* updates

Co-authored-by: asraa <asraa@google.com>
  • Loading branch information
laurentsimon and asraa authored Jun 21, 2022
1 parent b4258db commit 668a339
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,15 @@ Send a pull request to merge the changes into the verifier's repository. The pre

## Finalize release

Untick the `This is a pre-release` option. That's it!
Untick the `This is a pre-release` option.

Update the documentation to recommend using the new version:

```shell
$ find . -name "*.md" -exec sed -i "s/v1.0.0/v1.1.1/g" {} +
```

That's it!

## Update the starter workflow

Expand Down

0 comments on commit 668a339

Please sign in to comment.