Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
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
Service Desk
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
Philipp Wolfer
funkwhale
Commits
2816d766
Commit
2816d766
authored
2 years ago
by
Ciarán Ainsworth
Committed by
Georg Krause
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add towncrier command
parent
0c872ed5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+2
-5
2 additions, 5 deletions
CONTRIBUTING.md
with
2 additions
and
5 deletions
CONTRIBUTING.md
+
2
−
5
View file @
2816d766
...
...
@@ -701,13 +701,10 @@ Changelog fragments use the following naming convention: `changes/changelog.d/<n
-
`i18n`
– internationalization-related work
-
`misc`
– any work that doesn't fit into the above categories
You can create these files manually or use the following
snippet
to create a fragment:
You can create these files manually or use the following
command
to create a fragment:
```
sh
issue
=
"42"
content
=
"Fixed an overflowing issue on small resolutions (#
$issue
)"
category
=
"bugfix"
echo
"
$content
(
$issue
)"
>
changes/changelog.d/
$issue
.
$category
towncrier new
--edit
$issue
.
$category
```
## Make a release
...
...
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