Skip to content

Commit

Permalink
Hook into prerelease-changelog-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed May 29, 2024
1 parent 0727981 commit 8566ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prerelease-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
uses: figuren-theater/.github/.github/workflows/prerelease-changelog-update.yml@main
secrets: inherit

# @TODO add 'wordpress-org-deploy.yml' && 'wordpress-org-version-numbers.yml' as callable workflows from here.
2 changes: 1 addition & 1 deletion .github/workflows/wordpress-org-version-numbers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Condition looks for numbered releases (1.27.3 for example) AND a specific part of a commit msg.
if: 'latest' !== github.event.release.tag_name && contains(github.event.head_commit.message, 'Update version to ')
# 'Update version to ' is part of an automated commit by @figuren-theater-bot
# during the 'figuren-theater/... prerelease-and-update-changelog' action.
# during the 'figuren-theater/.github/.github/workflows/prerelease-changelog-update.yml@main' action.
# This kind of commit runs everywhere in the ft-space.
#
# Now, we check if there are some files, that are typically only relevant for *real* plugins.
Expand Down

0 comments on commit 8566ef8

Please sign in to comment.