From 97a7c3f39cc43889d657e1f557f2a8973347fc5e Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 22 Feb 2018 17:32:58 -0800 Subject: [PATCH] rename versioned CHANGELOGs with dash --- Makefile | 2 +- changelogs/{CHANGELOG_legacy.rst => CHANGELOG-legacy.rst} | 0 changelogs/{CHANGELOG_v2.0.rst => CHANGELOG-v2.0.rst} | 0 changelogs/{CHANGELOG_v2.1.rst => CHANGELOG-v2.1.rst} | 0 changelogs/{CHANGELOG_v2.2.rst => CHANGELOG-v2.2.rst} | 0 changelogs/{CHANGELOG_v2.3.rst => CHANGELOG-v2.3.rst} | 0 changelogs/{CHANGELOG_v2.4.rst => CHANGELOG-v2.4.rst} | 0 changelogs/{CHANGELOG_v2.5.rst => CHANGELOG-v2.5.rst} | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename changelogs/{CHANGELOG_legacy.rst => CHANGELOG-legacy.rst} (100%) rename changelogs/{CHANGELOG_v2.0.rst => CHANGELOG-v2.0.rst} (100%) rename changelogs/{CHANGELOG_v2.1.rst => CHANGELOG-v2.1.rst} (100%) rename changelogs/{CHANGELOG_v2.2.rst => CHANGELOG-v2.2.rst} (100%) rename changelogs/{CHANGELOG_v2.3.rst => CHANGELOG-v2.3.rst} (100%) rename changelogs/{CHANGELOG_v2.4.rst => CHANGELOG-v2.4.rst} (100%) rename changelogs/{CHANGELOG_v2.5.rst => CHANGELOG-v2.5.rst} (100%) diff --git a/Makefile b/Makefile index 873e818b48..d8bae62728 100644 --- a/Makefile +++ b/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 diff --git a/changelogs/CHANGELOG_legacy.rst b/changelogs/CHANGELOG-legacy.rst similarity index 100% rename from changelogs/CHANGELOG_legacy.rst rename to changelogs/CHANGELOG-legacy.rst diff --git a/changelogs/CHANGELOG_v2.0.rst b/changelogs/CHANGELOG-v2.0.rst similarity index 100% rename from changelogs/CHANGELOG_v2.0.rst rename to changelogs/CHANGELOG-v2.0.rst diff --git a/changelogs/CHANGELOG_v2.1.rst b/changelogs/CHANGELOG-v2.1.rst similarity index 100% rename from changelogs/CHANGELOG_v2.1.rst rename to changelogs/CHANGELOG-v2.1.rst diff --git a/changelogs/CHANGELOG_v2.2.rst b/changelogs/CHANGELOG-v2.2.rst similarity index 100% rename from changelogs/CHANGELOG_v2.2.rst rename to changelogs/CHANGELOG-v2.2.rst diff --git a/changelogs/CHANGELOG_v2.3.rst b/changelogs/CHANGELOG-v2.3.rst similarity index 100% rename from changelogs/CHANGELOG_v2.3.rst rename to changelogs/CHANGELOG-v2.3.rst diff --git a/changelogs/CHANGELOG_v2.4.rst b/changelogs/CHANGELOG-v2.4.rst similarity index 100% rename from changelogs/CHANGELOG_v2.4.rst rename to changelogs/CHANGELOG-v2.4.rst diff --git a/changelogs/CHANGELOG_v2.5.rst b/changelogs/CHANGELOG-v2.5.rst similarity index 100% rename from changelogs/CHANGELOG_v2.5.rst rename to changelogs/CHANGELOG-v2.5.rst