Skip to content

Commit

Permalink
packit: fix changelog-entry
Browse files Browse the repository at this point in the history
The `changelog-entry` field needs a value which creates an output of
the entry you want in your changelog.

fixes #1357
  • Loading branch information
prestist committed Dec 14, 2023
1 parent 0e02b9f commit f56b983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://packit.dev/docs/configuration/
actions:
changelog-entry:
- "New upstream release"
- bash -c 'echo "- New upstream release"'
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec -O rust-coreos-installer.spec"

Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Internal changes:

Packaging changes:

- Correctly describe changelog in packit config


## coreos-installer 0.19.0 (2023-12-11)
Expand Down

0 comments on commit f56b983

Please sign in to comment.