From 32ce15df9fb80a8c2a02f3ef425dd7e61ffdd8fc Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:45:05 +0330 Subject: [PATCH 1/5] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) 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" ] From 37b93a10ae8bd9d8970b0b12f61e5b41c413c599 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:45:17 +0330 Subject: [PATCH 2/5] Delete update-changelog.yml --- .github/workflows/update-changelog.yml | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/update-changelog.yml 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 From 1576d97dfcf00d810f93ad76b9475c3de332c47d Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:45:56 +0330 Subject: [PATCH 3/5] Update release-drafter.yml --- .github/release-drafter.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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' From 609f2b8087e06f5056b9fe14121ca45d156f09f4 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:47:47 +0330 Subject: [PATCH 4/5] Update release-drafter.yml --- .github/workflows/release-drafter.yml | 2 -- 1 file changed, 2 deletions(-) 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 From ac3c517b80123de7e4613bd9ef87007928b87d72 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Tue, 17 Jan 2023 01:50:59 +0330 Subject: [PATCH 5/5] Delete CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 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. -