rename versioned CHANGELOGs with dash
This commit is contained in:
parent
2ddcdb8720
commit
97a7c3f39c
8 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -223,7 +223,7 @@ sdist_upload: clean docs
|
|||
# TODO: variable-ize major version number usages here
|
||||
.PHONY: changelog_reno
|
||||
changelog_reno:
|
||||
reno -d changelogs/ report --title 'Ansible 2.5 "Kashmir" Release Notes' --no-collapse-pre-release --no-show-source --earliest-version v2.5.0b1 --output changelogs/CHANGELOG_v2.5.rst
|
||||
reno -d changelogs/ report --title 'Ansible 2.5 "Kashmir" Release Notes' --no-collapse-pre-release --no-show-source --earliest-version v2.5.0b1 --output changelogs/CHANGELOG-v2.5.rst
|
||||
|
||||
.PHONY: rpmcommon
|
||||
rpmcommon: sdist
|
||||
|
|
Loading…
Reference in a new issue