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
release: fix bump sed pattern + push specific tag only
- bump: sed was anchored on ^var version; silently no-oped after the
var(...) block refactor. New pattern matches both forms and now
errors loudly if nothing changed, catching future layout drift.
- release: git push --tags sweeps stale local tags (v0.3.1 pushed
alongside v0.3.6 today, triggering a broken old workflow) and can
non-FF on moving tags like 'latest', aborting the bump step. Push
only origin v$(VERSION).
0 commit comments