Skip to content

Commit

Permalink
Merge pull request #332 from dduportal/chore/fix-release-drafter
Browse files Browse the repository at this point in the history
chore(github-actions) cleanup workflows to only have 1 release-drafter generation
  • Loading branch information
dduportal authored Nov 23, 2022
2 parents 314a54b + f4207f4 commit 8fd7bcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
7 changes: 3 additions & 4 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
_extends: .github
# Operates on the top of the common 2-digit versioning in Remoting
version-template: $MAJOR.$MINOR-$PATCH
tag-template: $NEXT_PATCH_VERSION
name-template: $NEXT_PATCH_VERSION

name-template: 'next'
tag-template: 'next'
16 changes: 0 additions & 16 deletions .github/workflows/changelog.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Automates creation of Release Drafts using Release Drafter
# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

name: Release Drafter
name: Release Drafter (Changelog)

on:
push:
Expand Down

0 comments on commit 8fd7bcf

Please sign in to comment.