Skip to content

Commit

Permalink
Include changelog in js bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig-J committed Sep 21, 2023
1 parent 09d435f commit 62ca566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ build::bundle:
# Package Tooling
- mkdir ./Tooling_Release
- cp ${CI_PROJECT_DIR}/Version.txt ./Tooling_Release
- cp ${CI_PROJECT_DIR}/CHANGELOG.md ./Tooling_Release
- cp -R ${CI_PROJECT_DIR}/dist ./Tooling_Release
- cp -R ${CI_PROJECT_DIR}/Plugins ./Tooling_Release
- cp -R ${CI_PROJECT_DIR}/quick-start ./Tooling_Release
Expand Down

0 comments on commit 62ca566

Please sign in to comment.