Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nexus-release-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
nexus-release-image
Commits
ee9fbaec
Commit
ee9fbaec
authored
4 years ago
by
Dean Lovett
Browse files
Options
Downloads
Plain Diff
Merge branch '8-configure-changelog-templates-to-use-g' into 'master'
Configure changelog templates to use Gitlab paths Closes
#8
See merge request
!7
parents
c20b844a
7feaab0c
No related branches found
No related tags found
1 merge request
!7
Configure changelog templates to use Gitlab paths
Pipeline
#10637
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/release.sh
+4
-1
4 additions, 1 deletion
src/release.sh
with
4 additions
and
1 deletion
src/release.sh
+
4
−
1
View file @
ee9fbaec
...
@@ -7,7 +7,10 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null
...
@@ -7,7 +7,10 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null
echo
"Running standard version"
echo
"Running standard version"
cd
"
$CI_PROJECT_NAME
"
cd
"
$CI_PROJECT_NAME
"
standard-version
standard-version
\
--commitUrlFormat
"https://gitlab.nexdev.uk/
$CI_PROJECT_PATH
/-/commit/{{hash}}"
\
--compareUrlFormat
"https://gitlab.nexdev.uk/
$CI_PROJECT_PATH
/-/compare/{{previousTag}}...{{currentTag}}"
\
--issueUrlFormat
"https://gitlab.nexdev.uk/
$CI_PROJECT_PATH
/-/issues/{{id}}"
echo
"Pushing new commit"
echo
"Pushing new commit"
...
...
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