Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE.md #1042

Merged
merged 3 commits into from Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions RELEASE.md
Expand Up @@ -9,6 +9,7 @@ pull request to discuss.)

- [Tracking](#tracking)
- [Preparing the release](#preparing-the-release)
- [Validate the Action](#validate-the-action)
- [Update the scorecard version](#update-the-scorecard-version)
- [Drafting release notes](#drafting-release-notes)
- [Release](#release)
Expand All @@ -35,6 +36,11 @@ as descriptive as possible.
This section covers changes that need to be issued as a pull request and should
be merged before releasing the scorecard GitHub Action.

### Validate the Action

Manually run the workflow [scorecards.yml](https://github.com/ossf/scorecard-action/actions/workflows/scorecards.yml)
and verify that the run succeeds.

### Update the scorecard-action version

NOTE: we have a chicken-and-egg problem where the commit to be used for the release
Expand Down