Skip to content

Commit

Permalink
enable release-drafter (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll authored Jun 3, 2021
1 parent 7d55396 commit 8adcecd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_extends: .github
name-template: v$NEXT_MINOR_VERSION 🌈
tag-template: durable-task-$NEXT_MINOR_VERSION
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Automates creation of Release Drafts using Release Drafter
# More Info: https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

on:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

* For newer versions, see [GitHub Releases](https://github.com/jenkinsci/durable-task-plugin/releases)

### Version 1.36

Release date: 2021-05-04
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Durable Task Plugin
===

[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/durable-task)](https://plugins.jenkins.io/durable-task)
[![Changelog](https://img.shields.io/github/v/tag/jenkinsci/durable-task-plugin?label=changelog)](https://github.com/jenkinsci/durable-task-plugin/blob/master/CHANGELOG.md)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/durable-task?color=blue)](https://plugins.jenkins.io/durable-task)

Library offering an extension point for processes which can run outside
of Jenkins yet be monitored.

Expand All @@ -13,7 +9,7 @@ plugins.

## Documentation

* [Changelog](https://github.com/jenkinsci/durable-task-plugin/blob/master/CHANGELOG.md)
* [Changelog](https://github.com/jenkinsci/durable-task-plugin/releases)
* [Example](https://github.com/jenkinsci/workflow-durable-task-step-plugin)
* [Blog post](https://web.archive.org/web/20141227025217/http://tupilabs.com/2014/06/13/durable-tasks-in-jenkins.html)

Expand Down

0 comments on commit 8adcecd

Please sign in to comment.