Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Textgrid Repository WebDAV Server
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
DARIAH-DE
TextGridRep
Textgrid Repository WebDAV Server
Commits
6d9e133f
Verified
Commit
6d9e133f
authored
3 years ago
by
Stefan Hynek
Browse files
Options
Downloads
Patches
Plain Diff
ci(gitlab): switch from python based semantic-release to node-js based
parent
53218a4e
Loading
Loading
1 merge request
!10
Resolve "switch semantic-release implementation from python to node-js"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-8
3 additions, 8 deletions
.gitlab-ci.yml
pyproject.toml
+0
-12
0 additions, 12 deletions
pyproject.toml
requirements.ci.txt
+0
-1
0 additions, 1 deletion
requirements.ci.txt
with
3 additions
and
21 deletions
.gitlab-ci.yml
+
3
−
8
View file @
6d9e133f
...
...
@@ -37,16 +37,11 @@ lint dockerfile:
release
:
stage
:
release
image
:
docker.io/
python:3.8-slim-bullseye
image
:
docker.io/
node:16.14
before_script
:
-
apt-get update
&& apt-get install
--yes
--no-install-recommends
git
-
pip install --requirement requirements.ci.txt
-
npm ci --unsafe-perm
script
:
-
semantic-release
--verbosity=DEBUG publish
-
npx
semantic-release
rules
:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
deleted
100644 → 0
+
0
−
12
View file @
53218a4e
[tool.semantic_release]
version_source
=
"tag"
branch
=
"main"
major_on_zero
=
false
tag_format
=
"{version}"
build_command
=
false
upload_to_repository
=
false
hvcs
=
"gitlab"
hvcs_domain
=
"gitlab.gwdg.de"
hvcs_api_domain
=
"gitlab.gwdg.de/api/v4"
version
=
"0.0.0"
version_toml
=
"pyproject.toml:tool.semantic_release.version"
This diff is collapsed.
Click to expand it.
requirements.ci.txt
deleted
100644 → 0
+
0
−
1
View file @
53218a4e
python-semantic-release==7.25.0
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