Skip to content
代码片段 群组 项目
未验证 提交 c1f59614 编辑于 作者: Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski 提交者: GitLab
浏览文件

Merge branch 'update-changelog-docs' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -92,7 +92,7 @@ To generate the changelog: ...@@ -92,7 +92,7 @@ To generate the changelog:
and append your desired options. Some options include: and append your desired options. Some options include:
- `--config-file [string]`: The path to the changelog configuration file in your project's - `--config-file [string]`: The path to the changelog configuration file in your project's
Git repository. Defaults to `.gitlab/changelog_config.yml`. Git repository. This file must exist in your project's Git repository. Defaults to `.gitlab/changelog_config.yml`.
- Commit range: - Commit range:
- `--from [string]`: The start of the range of commits (as a SHA) to use for - `--from [string]`: The start of the range of commits (as a SHA) to use for
generating the changelog. This commit itself isn't included in the changelog. generating the changelog. This commit itself isn't included in the changelog.
...@@ -110,8 +110,8 @@ for definitions and usage. ...@@ -110,8 +110,8 @@ for definitions and usage.
## Customize the changelog output ## Customize the changelog output
To customize the changelog output, edit the changelog configuration file. The default To customize the changelog output, edit the changelog configuration file, and commit these changes to your project's Git repository.
location for this configuration is `.gitlab/changelog_config.yml`. The file supports The default location for this configuration is `.gitlab/changelog_config.yml`. The file supports
these variables: these variables:
- `date_format`: The date format, in `strftime` format, used in the title of the newly added changelog data. - `date_format`: The date format, in `strftime` format, used in the title of the newly added changelog data.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册