We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d2112 commit 07d026cCopy full SHA for 07d026c
1 file changed
.github/workflows/build-release.yml
@@ -67,6 +67,8 @@ jobs:
67
- name: Update package version and CHANGELOG
68
run: |
69
npm version --no-git-tag-version --workspace govuk-frontend "$RELEASE_TYPE" --preid "$PREID"
70
+ # After `npm version` runs, the `postversion` lifecycle hook script from the govuk-frontend package
71
+ # will be run which then updates the CHANGELOG.
72
73
# Save the new version number for access in future steps
74
echo "PACKAGE_VERSION=$(npm run get-version --silent --workspace govuk-frontend)" >> $GITHUB_ENV
0 commit comments