Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cornac
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Arthur Batel
cornac
Commits
3706c5e0
Commit
3706c5e0
authored
1 year ago
by
darrylong
Browse files
Options
Downloads
Patches
Plain Diff
Release drafter config changes
parent
d23c1c61
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/draft-config.yml
+62
-0
62 additions, 0 deletions
.github/draft-config.yml
.github/workflows/release-drafter.yml
+12
-5
12 additions, 5 deletions
.github/workflows/release-drafter.yml
with
74 additions
and
5 deletions
.github/draft-config.yml
0 → 100644
+
62
−
0
View file @
3706c5e0
name-template
:
'
Cornac
$RESOLVED_VERSION'
tag-template
:
'
v$RESOLVED_VERSION'
autolabeler
:
-
label
:
'
docs'
files
:
-
'
*.md'
branch
:
-
'
/docs{0,1}\/.+/'
-
label
:
'
models'
files
:
-
'
/cornac/models/*.py'
-
'
/cornac/models/**/*.py'
-
label
:
'
datasets'
files
:
-
'
/cornac/datasets/*.py'
template
:
|
# What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
categories
:
-
title
:
'
Breaking'
label
:
'
type:
breaking'
-
title
:
'
Models'
label
:
'
type:
models'
-
title
:
'
Datasets'
label
:
'
type:
datasets'
-
title
:
'
New'
label
:
'
type:
feature'
-
title
:
'
Bug
Fixes'
label
:
'
type:
bug'
-
title
:
'
Maintenance'
label
:
'
type:
maintenance'
-
title
:
'
Documentation'
label
:
'
type:
docs'
-
title
:
'
Other
changes'
-
title
:
'
Dependency
Updates'
label
:
'
type:
dependencies'
collapse-after
:
5
version-resolver
:
major
:
labels
:
-
'
type:
breaking'
minor
:
labels
:
-
'
type:
feature'
patch
:
labels
:
-
'
type:
bug'
-
'
type:
maintenance'
-
'
type:
docs'
-
'
type:
dependencies'
-
'
type:
security'
-
'
type:
models'
-
'
type:
datasets'
exclude-labels
:
-
'
skip-changelog'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.github/workflows/release-drafter.yml
+
12
−
5
View file @
3706c5e0
...
...
@@ -2,18 +2,25 @@ name: Release Drafter
on
:
push
:
tags
:
-
'
*'
branches
:
-
master
pull_request
:
types
:
[
opened
,
reopened
,
synchronize
]
permissions
:
contents
:
read
jobs
:
update_release_draft
:
permissions
:
contents
:
write
pull-requests
:
write
runs-on
:
ubuntu-latest
steps
:
-
name
:
Draft release
uses
:
release-drafter/release-drafter@v5.25.0
id
:
release_drafter
with
:
config-name
:
workflows/release-drafter.yml
disable-autolabeler
:
true
config-name
:
draft-config.yml
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
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