mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-11 02:20:20 +08:00
commit
fd11381145
18
.github/release-drafter.yml
vendored
18
.github/release-drafter.yml
vendored
@ -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'
|
||||
|
||||
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -3,6 +3,8 @@ name: Build-Test
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" , "develop"]
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
pull_request:
|
||||
branches: [ "main" , "develop" ]
|
||||
|
||||
|
||||
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -6,8 +6,6 @@
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
update_release_draft:
|
||||
name: Release drafter
|
||||
|
||||
28
.github/workflows/update-changelog.yml
vendored
28
.github/workflows/update-changelog.yml
vendored
@ -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
|
||||
@ -1,4 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user