You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All! We run auto shipit on a cron job to release everything on main daily (CD FTW!). With this we sometimes we get 0 change releases where there have been no commits/PRs merged since the previous auto shipit run, but we still get a version bump.
Is there a way to prevent this?~
This should be replicateable with just the git-tag plugin and by running auto shipit --no-changelog 2 times. The first run will go as expected but the second run will end up with something like the following screenshot;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All! We run
auto shipit
on a cron job to release everything on main daily (CD FTW!). With this we sometimes we get 0 change releases where there have been no commits/PRs merged since the previousauto shipit
run, but we still get a version bump.Is there a way to prevent this?~
This should be replicateable with just the
git-tag
plugin and by runningauto shipit --no-changelog
2 times. The first run will go as expected but the second run will end up with something like the following screenshot;Beta Was this translation helpful? Give feedback.
All reactions