Skip to content

Commit

Permalink
chore: add ignore-changes flag (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Dec 13, 2023
1 parent 0d38c3f commit aeffa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lerna-version-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ PACKAGES=$(IFS=','; echo "${PACKAGES[*]}")

echo -e "::info::Applying version increment $VERSION_INCREMENT_TYPE to packages:\n$PACKAGES"

yarn lerna version --force-publish=$PACKAGES --message "chore(release): publish" --no-push --yes "$VERSION_INCREMENT_TYPE"
yarn lerna version --force-publish=$PACKAGES --ignore-changes --message "chore(release): publish" --no-push --yes "$VERSION_INCREMENT_TYPE"

# store the tags created for this commit
RELEASE_TAGS=$(git tag --points-at HEAD)
Expand Down

3 comments on commit aeffa89

@vercel
Copy link

@vercel vercel bot commented on aeffa89 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aeffa89 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aeffa89 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.