Changelog fixes
This commit is contained in:
@@ -311,8 +311,10 @@ use `namespace=cid`, for example:
|
||||
sow-toolkit deploy-wiki --dry-run --namespace spells --category spells=42
|
||||
```
|
||||
|
||||
`build-changelog` renders a release changelog from tagged pull requests. It
|
||||
defaults to `scripts/changelog.json`, reads Gitea tokens from `GITEA_API_TOKEN`,
|
||||
`build-changelog` renders a release changelog from tagged pushes. Pull-request
|
||||
style commits keep their PR links and authors from the Gitea API; direct pushes
|
||||
are rendered as commit links using the commit author. It defaults to
|
||||
`scripts/changelog.json`, reads Gitea tokens from `GITEA_API_TOKEN`,
|
||||
`GITEA_TOKEN`, or `SOW_TOOLS_TOKEN`, and writes to stdout unless `--output` is
|
||||
provided.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user