You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- a new semver git tag from the current tip of the main branch
5
+
- a new [github release](https://github.com/anchore/scan-action/releases) with a changelog
6
+
- the action distributable committed into the repo at `dist/`
7
+
8
+
Ideally releasing should be done often with small increments when possible. Unless a
9
+
breaking change is blocking the release, or no fixes/features have been merged, a good
10
+
target release cadence is between every 1 or 2 weeks.
11
+
12
+
13
+
## Creating a release
14
+
15
+
Releases are automatically drafted on every push to the main branch. Please see the [github releases page](https://github.com/anchore/scan-action/releases) for the latest draft. To publish the release:
16
+
17
+
- Click "edit" (the pencil icon)
18
+
- Modify the changelog as needed (for instance, if grype was bumped multiple times, include only the latest version bump entry)
0 commit comments