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
- Indicate license badge to the local file, it works for both local and web markdown renders.
- Remove duplicate release title in example and resort the params.
- Use with write permission, this might be necessary in some repos.
This code will extract the content between the second and third H2 header from the `CHANGELOG.md` file, store this content in the output variable `release_notes` and create a release using the [`gh release create`](https://cli.github.com/manual/gh_release_create) command.
0 commit comments