Skip to content

Commit

Permalink
Merge branch 'main' into chore-add-changelog-ignore
Browse files Browse the repository at this point in the history
* main:
  chore: remove snapshot tests; fix deprecation errors for outdated packages (#501)
  add release docs (#500)
  • Loading branch information
spiffcs committed Oct 11, 2024
2 parents 68e7433 + 18f9bde commit d2fe89f
Show file tree
Hide file tree
Showing 8 changed files with 1,743 additions and 20,831 deletions.
19 changes: 19 additions & 0 deletions RELEASE.md
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"
921 changes: 202 additions & 719 deletions dist/attachReleaseAssets/index.js

Large diffs are not rendered by default.

921 changes: 202 additions & 719 deletions dist/downloadSyft/index.js

Large diffs are not rendered by default.

921 changes: 202 additions & 719 deletions dist/runSyftAction/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit d2fe89f

Please sign in to comment.