From 66ca3c5d739606392189afb6e3fce8e40b38c316 Mon Sep 17 00:00:00 2001 From: Michael Foley Date: Mon, 25 Mar 2024 18:03:20 +1100 Subject: [PATCH] fix: move to standard changelog (#79) --- .github/workflows/changelog.yml | 35 +-------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7478bf8..a9447a8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -7,37 +7,4 @@ on: jobs: create_changelog: - runs-on: ubuntu-latest - - steps: - - name: checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: install - run: | - pip install auto-changelog - - - name: generate - env: - REPO: ${{github.repository}} - run: | - auto-changelog --unreleased \ - --remote "https://github.com/${REPO}.git" \ - --diff-url "https://github.com/${REPO}/compare/{previous}...{current}" \ - --issue-url "https://github.com/${REPO}/issues/{id}" - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - commit-message: "chore: changelog bump" - delete-branch: true - title: 'chore: update changelog' - body: | - Updates the changelog with the latest updates - This is raised as a draft and should be merged on the creation of a new release - labels: 'chore' - base: 'master' - branch: create-pull-request/changelog_bump - draft: true + uses: hamlet-io/.github/.github/workflows/changelog.yml@1.1.4