Skip to content

Commit

Permalink
Merge pull request #32 from figuren-theater/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
carstingaxion authored Jun 27, 2023
2 parents d1fda73 + 15c5a21 commit a351336
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ft-releases.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 'Draft next Release notes'

on:
workflow_call:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main

permissions:
contents: read

jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:

# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Update Changelog'

on:
workflow_call:
release:
types: [released]

Expand Down

0 comments on commit a351336

Please sign in to comment.