- Notifications
You must be signed in to change notification settings - Fork261
Closed
Labels
Description
Question
How can I change the domain url included in the changelog?
When I runpoetry run semantic-release --strict version, I gethttps://gitlab.com instead ofhttps://gitlab.my-domain.com as the link for each commit inside my changelog.
Configuration
Semantic Release Configuration
[tool.semantic_release]assets = []build_command ="poetry build -n"commit_message ="{version} [skip ci]\n\nAutomatically generated by python-semantic-release"commit_parser ="angular"logging_use_named_masks =falsemajor_on_zero =truetag_format ="v{version}"version_toml = ["pyproject.toml:tool.poetry.version"]version_variables = ["bmt_scripts/__init__.py:__version__"][tool.semantic_release.branches.main]match ="(main|master)"prerelease =falseprerelease_token ="beta"[tool.semantic_release.changelog]changelog_file ="CHANGELOG.md"exclude_commit_patterns = ["^Merge branch '.*'$","^Merge pull request #.* from .*$",]template_dir ="templates"[tool.semantic_release.changelog.environment]autoescape =trueblock_end_string ="%}"block_start_string ="{%"comment_end_string ="#}"comment_start_string ="{#"extensions = []keep_trailing_newline =falselstrip_blocks =falsenewline_sequence ="\n"trim_blocks =falsevariable_end_string ="}}"variable_start_string ="{{"[tool.semantic_release.commit_author]default ="semantic-release <semantic-release>"env ="GIT_COMMIT_AUTHOR"[tool.semantic_release.commit_parser_options]allowed_tags = ["build","chore","ci","docs","feat","fix","perf","style","refactor","test","merge",]minor_tags = ["feat"]patch_tags = ["fix","perf"][tool.semantic_release.remote]ignore_token_for_push =truename ="origin"type ="gitlab"[tool.semantic_release.remote.token]env ="CI_JOB_TOKEN"[tool.semantic_release.publish]dist_glob_patterns = ["dist/*"]upload_to_vcs_release =true