golang/.packit.yaml
Nikola Forró c34e1b9ade Fix changelog-entry action
Actions don't run in a shell, so in order to expand the environment
variable it is necessary to wrap the command in a shell invocation.

Signed-off-by: Nikola Forró <nforro@redhat.com>
2023-10-19 08:58:30 +00:00

22 lines
491 B
YAML

upstream_package_name: go
downstream_package_name: golang
upstream_project_url: https://github.com/golang/go
specfile_path: golang.spec
upstream_tag_template: go{version}
actions:
changelog-entry:
- bash -c "echo - New release ${PACKIT_PROJECT_VERSION}"
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-rawhide
- fedora-stable
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-rawhide
- fedora-stable