Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sinologie 2
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kartenaale
Anki Packs
Sinologie 2
Commits
757c1bd0
Commit
757c1bd0
authored
11 months ago
by
Philipp Stadler
Browse files
Options
Downloads
Patches
Plain Diff
chore: generate changelog only when necessary
parent
35757c21
No related branches found
No related tags found
1 merge request
!3
Stuff
Pipeline
#13841
passed
11 months ago
Stage: build
Stage: release
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-4
1 addition, 4 deletions
.gitlab-ci.yml
cliff.toml
+1
-1
1 addition, 1 deletion
cliff.toml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
4
View file @
757c1bd0
...
@@ -28,10 +28,7 @@ changelog:
...
@@ -28,10 +28,7 @@ changelog:
name
:
orhunp/git-cliff:latest
name
:
orhunp/git-cliff:latest
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
rules
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
-
if
:
$CI_COMMIT_TAG
when
:
never
# tagging should only happen after the thing was merged, so do it on the main branch build
-
if
:
$CI_COMMIT_BRANCH == "main"
variables
:
variables
:
GIT_STRATEGY
:
clone
# clone entire repo instead of reusing workspace
GIT_STRATEGY
:
clone
# clone entire repo instead of reusing workspace
GIT_DEPTH
:
0
# avoid shallow clone to give cliff all the info it needs
GIT_DEPTH
:
0
# avoid shallow clone to give cliff all the info it needs
...
...
This diff is collapsed.
Click to expand it.
cliff.toml
+
1
−
1
View file @
757c1bd0
...
@@ -68,7 +68,7 @@ commit_parsers = [
...
@@ -68,7 +68,7 @@ commit_parsers = [
# protect breaking changes from being skipped due to matching a skipping commit_parser
# protect breaking changes from being skipped due to matching a skipping commit_parser
protect_breaking_commits
=
false
protect_breaking_commits
=
false
# filter out the commits that are not matched by commit parsers
# filter out the commits that are not matched by commit parsers
filter_commits
=
fals
e
filter_commits
=
tru
e
# regex for matching git tags
# regex for matching git tags
# tag_pattern = "v[0-9].*"
# tag_pattern = "v[0-9].*"
# regex for skipping tags
# regex for skipping tags
...
...
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