Skip to content
Snippets Groups Projects
Commit 4f551f76 authored by James Wormwell's avatar James Wormwell
Browse files

fix: incorrect URL in semantic release config

* Included deprecation of RELEASE.md file
parent 3326d49d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ semantic-versioning:
image: node:lts
stage: release
variables:
GITLAB_TOKEN: $SEMANTIC_RELEASE_TOKEN
GITLAB_TOKEN: $SEMANTIC_RELEASE
script:
- npx -y
-p @semantic-release/commit-analyzer@9.0.2
......
......@@ -38,7 +38,7 @@
"changelogFile": "CHANGELOG.md"
}],
["@semantic-release/gitlab", {
"gitlabUrl": "https://gitlab.com/gitlab-learn-labs/sample-projects/tanuki-racing",
"gitlabUrl": "https://gitlab.com",
"assets": [
{ "url": "https://gitlab.com/gitlab-learn-labs/sample-projects/tanuki-racing/-/blob/main/CHANGELOG.md", "label": "CHANGELOG.md" }
]
......
# Tanuki Racing Release Notes
# Tanuki Racing Release Notes (DEPRECATED)
## Version: 1.0.40, Nov 26, 2024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment