From c8a3dc07ef50c05645e8ad5cb41a237edb0e2662 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 5 Jun 2023 11:22:14 -0700 Subject: [PATCH] Revert "Simplify release process (#1287)" --- .github/workflows/wiki.yml | 1 - RELEASING.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 2d85c368c..13e38af16 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -6,7 +6,6 @@ on: - master paths: - "docs/**" - - "pom.xml" workflow_dispatch: permissions: diff --git a/RELEASING.md b/RELEASING.md index 207a1f15b..299a1dbe5 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -5,6 +5,7 @@ These are the steps to release the Maven-based Job DSL plugin. * Set `compatibleSinceVersion` to the new version if deprecated features have been removed * Prepare and perform the release: `mvn release:prepare release:perform` * Edit the [draft release notes](https://github.com/jenkinsci/job-dsl-plugin/releases) and publish them +* Run the [Push to the GitHub Wiki](https://github.com/jenkinsci/job-dsl-plugin/actions/workflows/wiki.yml) workflow to update the wiki with the new version * Open a pull request to add the newly-released version to the API viewer in `job-dsl-plugin/pom.xml` and `job-dsl-plugin/src/main/hbs/root.hbs` * Close all resolved issues in [JIRA](https://issues.jenkins-ci.org/secure/Dashboard.jspa?selectPageId=15341) * Open a pull request to update the [Job DSL Playground](https://github.com/sheehan/job-dsl-playground)