Skip to content

Commit

Permalink
ci(github): added docs rebuild while release (needed to update requir…
Browse files Browse the repository at this point in the history
…ements).
  • Loading branch information
LastDragon-ru committed Oct 20, 2023
1 parent a3df970 commit 3d0d504
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 6,518 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
- name: Install Node.js
uses: ./.github/actions/npm

- name: Install PHP
if: ${{ !inputs.dry-run }}
uses: ./.github/actions/php

- name: Release
id: release
env:
Expand Down
3 changes: 3 additions & 0 deletions .release-it/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ const breakingMark = {

module.exports = {
npm: false,
hooks: {
"after:bump": "composer run rebuild:docs",
},
git: {
tagArgs: '-s',
commitArgs: '-S',
Expand Down
Loading

0 comments on commit 3d0d504

Please sign in to comment.