-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:anchore/sbom-action into fix/matrix…
…-build-correlator
- Loading branch information
Showing
14 changed files
with
1,787 additions
and
20,736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: "Manage Awaiting Response Label" | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
run: | ||
uses: "anchore/workflows/.github/workflows/remove-awaiting-response-label.yaml@main" | ||
secrets: | ||
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release | ||
|
||
A release of sbom-action comprises: | ||
- a new semver git tag from the current tip of the main branch | ||
- a new [github release](https://github.com/anchore/sbom-action/releases) with a changelog | ||
- the action distributable committed into the repo at `dist/` | ||
|
||
Ideally releasing should be done often with small increments when possible. Unless a | ||
breaking change is blocking the release, or no fixes/features have been merged, a good | ||
target release cadence is between every 1 or 2 weeks. | ||
|
||
|
||
## Creating a release | ||
|
||
Releases are automatically drafted on every push to the main branch. Please see the [github releases page](https://github.com/anchore/sbom-action/releases) for the latest draft. To publish the release: | ||
|
||
- Click "edit" (the pencil icon) | ||
- Modify the changelog as needed (for instance, if syft was bumped multiple times, include only the latest version bump entry) | ||
- Click "publish" |
Oops, something went wrong.