Skip to content

Commit

Permalink
Revert "Simplify release process (#1287)"
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jun 5, 2023
1 parent 9e6cb1c commit c8a3dc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wiki.yml
Expand Up @@ -6,7 +6,6 @@ on:
- master
paths:
- "docs/**"
- "pom.xml"
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Expand Up @@ -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)
Expand Down

0 comments on commit c8a3dc0

Please sign in to comment.