Skip to content

Commit

Permalink
✨ Add 1d and audit-logger to versioned applications
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuGilet committed Dec 21, 2023
1 parent 9e5fb0c commit 7e818e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function update_all_pix_modules_version() {
update_pix_module_version "orga/"
update_pix_module_version "high-level-tests/load-testing/"
update_pix_module_version "high-level-tests/e2e/"
update_pix_module_version "1d/"
update_pix_module_version "audit-logger/"

npm version "${NEW_VERSION_TYPE}" --git-tag-version=false >>/dev/null
NEW_PACKAGE_VERSION=$(get_package_version)
Expand All @@ -72,7 +74,9 @@ function create_a_release_commit() {
certif/package*.json \
admin/package*.json \
high-level-tests/load-testing/package*.json \
high-level-tests/e2e/package*.json
high-level-tests/e2e/package*.json \
1d/package*.json \
audit-logger/package*.json
git commit --message "[RELEASE] A ${NEW_VERSION_TYPE} is being released to ${NEW_PACKAGE_VERSION}."

echo "Created the release commit"
Expand Down

0 comments on commit 7e818e7

Please sign in to comment.