Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DARIAH-DE CRUD Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor 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
DARIAH-DE
DARIAH-DE CRUD Services
Merge requests
!8
fix: Testing first run of semantic-release without --verify-release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: Testing first run of semantic-release without --verify-release
260-improve-ci-process
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Stefan E. Funk
requested to merge
260-improve-ci-process
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#260 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b9424120
1 commit,
2 years ago
1 file
+
15
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
15
−
2
Options
@@ -47,9 +47,22 @@ Prepare RELEASE:
stage
:
semantic_versioning
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "main" && $CI_COMMIT_TITLE !~ /^[\d\.]+$/
extends
:
image
:
maven:3.8.3-jdk-8
before_script
:
-
curl -sL https://deb.nodesource.com/setup_14.x | bash -
-
apt-get install -y nodejs
-
npm ci --unsafe-perm --cache .npm --prefer-offline
script
:
-
git config pull.rebase
false
-
git checkout main
-
git branch --set-upstream-to=origin/main main
-
git pull
# - npx semantic-release --use-conveyal-workflow --dev-branch=develop --skip-maven-deploy --additionalFilesToCommit CHANGELOG.md --disable-final-skip-ci --dry-run
-
npx semantic-release --prepare @conveyal/maven-semantic-release --publish @conveyal/maven-semantic-release --verify-conditions @conveyal/maven-semantic-release --use-conveyal-workflow --dev-branch=develop --skip-maven-deploy --additionalFilesToCommit CHANGELOG.md --disable-final-skip-ci --dry-run
# extends:
# - .prepare-semantic-release
-
.prepare-semantic-release-dry-run
#
- .prepare-semantic-release-dry-run
# Build and validate all the feature branches
Validate Java
:
Loading