File tree 4 files changed +24
-5
lines changed
4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change
1
+ _extends : .github
2
+ name-template : v$NEXT_MINOR_VERSION 🌈
3
+ tag-template : workflow-durable-task-step-$NEXT_MINOR_VERSION
4
+
Original file line number Diff line number Diff line change
1
+ # Automates creation of Release Drafts using Release Drafter
2
+ # More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
3
+
4
+ on :
5
+ push :
6
+ branches :
7
+ - master
8
+
9
+ jobs :
10
+ update_release_draft :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ # Drafts your next Release notes as Pull Requests are merged into "master"
14
+ -
uses :
release-drafter/[email protected]
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
+
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ * For newer versions, see [ GitHub Releases] ( https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases )
4
+
3
5
## 2.39
4
6
5
7
Release date: 2021-05-10
Original file line number Diff line number Diff line change 1
1
Pipeline: Nodes and Processes
2
2
===
3
3
4
- [ ![ Jenkins Plugin] ( https://img.shields.io/jenkins/plugin/v/workflow-durable-task-step )] ( https://plugins.jenkins.io/workflow-durable-task-step )
5
- [ ![ Changelog] ( https://img.shields.io/github/v/tag/jenkinsci/workflow-durable-task-step-plugin?label=changelog )] ( https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/master/CHANGELOG.md )
6
- [ ![ Jenkins Plugin Installs] ( https://img.shields.io/jenkins/plugin/i/workflow-durable-task-step?color=blue )] ( https://plugins.jenkins.io/workflow-durable-task-step )
7
-
8
4
A component of [ Pipeline Plugin] ( https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin ) .
9
5
10
6
Pipeline steps locking agents and workspaces, and running external processes that may survive a Jenkins restart or agent reconnection.
11
7
12
8
## Documentation
13
9
14
- * [ Changelog] ( https://github.com/jenkinsci/workflow-durable-task-step-plugin/blob/master/CHANGELOG.md )
10
+ * [ Changelog] ( https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases )
15
11
16
12
## License
17
13
You can’t perform that action at this time.
0 commit comments