Skip to content

Commit

Permalink
Merge pull request #385 from liquibase/update-workflows
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
jandroav authored Nov 30, 2023
2 parents 89d768f + cda1ce0 commit f0767e7
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 374 deletions.
52 changes: 52 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@

name-template: 'Liquibase Git Resource v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skipReleaseNotes'
categories:
- title: ':green_book: Notable Changes'
labels:
- 'notableChanges'
- title: '🚀 New Features'
labels:
- 'TypeEnhancement'
- 'TypeTest'
- title: '🐛 Bug Fixes 🛠'
labels:
- 'TypeBug'
- title: '💥 Breaking Changes'
labels:
- 'breakingChanges'
- title: '🤖 Security Driver and Other Updates'
collapse-after: 5
labels:
- 'sdou'
- 'dependencies'
- title: '👏 New Contributors'
labels:
- 'newContributors'


change-template: '- (#$NUMBER) $TITLE @$AUTHOR '
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'feature'
- 'enhancement'
- 'patch'
- 'bugfix'
- 'sdou'
default: patch
template: |
## Changes
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$REPOSITORY-$RESOLVED_VERSION
11 changes: 11 additions & 0 deletions .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Attach Artifact to Release

on:
pull_request:
types:
- closed

jobs:
attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
82 changes: 0 additions & 82 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create Release

on:
push:
branches:
- main

jobs:
create-release:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
177 changes: 0 additions & 177 deletions .github/workflows/prepare-release.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/pull-request.yml

This file was deleted.

Loading

0 comments on commit f0767e7

Please sign in to comment.