Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
c68fd44a
Commit
c68fd44a
authored
3 years ago
by
Fredrik Jonsson
Browse files
Options
Downloads
Patches
Plain Diff
Set up release-drafter action.
parent
f85af8a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/release-drafter.yml
+20
-0
20 additions, 0 deletions
.github/workflows/release-drafter.yml
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
with
21 additions
and
1 deletion
.github/workflows/release-drafter.yml
0 → 100644
+
20
−
0
View file @
c68fd44a
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 }}
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
1
−
1
View file @
c68fd44a
...
...
@@ -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 ma
ster
branch before creating the pull
-
Rebase your topic branch on top of the ma
in
branch before creating the pull
request.
-
One feature or fix per pull request.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment