From 0350ba05ff3f83a2ef0a0b9222b15056873dc9f7 Mon Sep 17 00:00:00 2001 From: Daniel Beck <1831569+daniel-beck@users.noreply.github.com> Date: Sat, 5 Mar 2022 23:32:16 +0100 Subject: [PATCH] Note when people may have gotten a bad release-drafter config I was surprised to see that the config that needs changing is part of the archetype. --- content/doc/developer/publishing/releasing-cd.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/doc/developer/publishing/releasing-cd.adoc b/content/doc/developer/publishing/releasing-cd.adoc index f114832984f6..3c4fa3284066 100644 --- a/content/doc/developer/publishing/releasing-cd.adoc +++ b/content/doc/developer/publishing/releasing-cd.adoc @@ -56,7 +56,9 @@ _extends: .github Make sure to remove any `tag-template` override that may have been configured previously. Delete `.github/workflows/release-drafter.yml` if you previously enabled Release Drafter using the GitHub Actions, -or link:https://github.com/apps/release-drafter/installations/775283[remove the App from the repository] if it was configured that way. +or link:https://github.com/apps/release-drafter/installations/775283[remove the App from the repository] if it was configured that way. + +IMPORTANT: These files may have been set up this way by the https://github.com/jenkinsci/archetypes/[plugin archetype] that you used to initialize the plugin. === Configure CD Workflow