Merge pull request #98 from meysamhadeli/develop

merge develop to main
This commit is contained in:
Meysam Hadeli 2023-01-17 01:52:04 +03:30 committed by GitHub
commit fd11381145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 43 deletions

View File

@ -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'

View File

@ -3,6 +3,8 @@ name: Build-Test
on:
push:
branches: [ "main" , "develop"]
paths-ignore:
- "README.md"
pull_request:
branches: [ "main" , "develop" ]

View File

@ -6,8 +6,6 @@
push:
branches:
- main
- develop
jobs:
update_release_draft:
name: Release drafter

View File

@ -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

View File

@ -1,4 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.