Skip to content

Commit

Permalink
ci(nyx): save generated changelog to build/
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingfishflash committed Apr 23, 2023
1 parent 566ff6a commit 90e08b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ steps:
GITLAB_TOKEN:
from_secret: gitlab_token
commands:
- mkdir .nyx-changelog
- mkdir /drone/src/build
- nyx publish --dry-run=false

---
Expand Down
2 changes: 1 addition & 1 deletion .nyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ preset: "simple"
verbosity: "DEBUG"
releasePrefix: "v"
changelog:
path: ".nyx-changelog/CHANGELOG.md"
path: "build/CHANGELOG.md"
template: ".nyx-changelog.template"
sections:
"Added": "^feat$"
Expand Down

0 comments on commit 90e08b9

Please sign in to comment.