diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0b4cbab..610efe0 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -12,7 +12,6 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' template: | ## What Changed ๐Ÿ‘€ - $CHANGES **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION categories: @@ -26,7 +25,7 @@ categories: - title: ๐Ÿงช Test labels: - test - - title: ๐Ÿšฅ CI + - title: ๐Ÿ‘ท CI labels: - ci - title: โ™ป๏ธ Changes @@ -37,9 +36,6 @@ categories: - title: โ›”๏ธ Deprecated labels: - deprecated - - title: ๐Ÿ—‘ Removed - labels: - - removed - title: ๐Ÿ” Security labels: - security @@ -53,8 +49,6 @@ categories: - dependencies - title: ๐Ÿงฐ Maintenance label: 'chore' - - title: ๐Ÿงบ Miscellaneous #Everything except ABAP - label: misc - title: ๐Ÿ“ Other changes ## putting no labels pr to `Other Changes` category with no label - https://github.com/release-drafter/release-drafter/issues/139#issuecomment-480473934 @@ -84,13 +78,19 @@ autolabeler: - '/(test)\/.*/' - label: 'bug' branch: - - '/(fix)\/.*/' + - '/(fix)\/.*/' - label: 'feature' branch: - '/(feat)\/.*/' + - label: 'minor' + branch: + - '/(feat)\/.*/' + - label: 'patch' + branch: + - '/(fix)\/.*/' body: - '/JIRA-[0-9]{1,4}/' - + change-template: '- $TITLE (#$NUMBER)' exclude-contributors: - 'meysamhadeli' diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d0ad40e..731b8af 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -3,6 +3,8 @@ name: Build-Test on: push: branches: [ "main" , "develop"] + paths-ignore: + - "README.md" pull_request: branches: [ "main" , "develop" ] diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 30ec15b..98af17d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -6,8 +6,6 @@ push: branches: - main - - develop - jobs: update_release_draft: name: Release drafter diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml deleted file mode 100644 index a193bfd..0000000 --- a/.github/workflows/update-changelog.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: 'Update Changelog' - -on: - release: - types: [released] - -jobs: - update: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - ref: develop - - - name: Update Changelog - uses: stefanzweifel/changelog-updater-action@v1 - with: - release-notes: ${{ github.event.release.body }} - latest-version: ${{ github.event.release.name }} - - - name: Commit updated CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v4 - with: - branch: develop - commit_message: Update CHANGELOG - file_pattern: CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ba81188..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. -