Skip to content
Snippets Groups Projects
Commit c68fd44a authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Set up release-drafter action.

parent f85af8a3
No related branches found
No related tags found
No related merge requests found
name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......@@ -18,7 +18,7 @@ All changes in Hypha starts as an issue.
Found a bug and know how to fix it or built a new feature you want to add? Great! Please read on.
- Each pull request need to be linked to an issue. If non exist, create one first.
- Rebase your topic branch on top of the master branch before creating the pull
- Rebase your topic branch on top of the main branch before creating the pull
request.
- One feature or fix per pull request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment