Skip to content

Commit

Permalink
Update automatic generated release content
Browse files Browse the repository at this point in the history
  • Loading branch information
hoogi91 committed Aug 12, 2024
1 parent 62f8bf2 commit c138207
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
changelog:
exclude:
labels:
- "dependencies"
authors:
- dependabot
- github-actions
categories:
- title: "⚠️ Breaking changes"
labels:
- "breaking"
- title: "🚀 New features"
labels:
- "feature"
- "enhancement"
- title: "📘 Documentation updates"
labels:
- "documentation"
- title: "🐛 Bug fixes"
labels:
- "bug"
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
version: ${{ steps.previoustag.outputs.tag }}
- id: bump-version
run: |
VERSION=${{ format('steps.semvers.outputs.{0}', inputs.type) }}
VERSION=${{ env[format('steps.semvers.outputs.{0}', inputs.type)] }}
sed -i -E "s/'[0-9]+.[0-9]+.[0-9]+'/'$VERSION'/g" ext_emconf.php
sed -i -E "s/[0-9]+.[0-9]+.[0-9]+/$VERSION/g" Documentation/Settings.cfg
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c138207

Please sign in to comment.