feat(ql3): validate release tags before registry mutation

This commit is contained in:
whyour
2026-08-18 05:23:48 +08:00
parent 1c4e3269b4
commit ca19423f1d
14 changed files with 950 additions and 104 deletions
@@ -606,4 +606,6 @@ module.exports = Object.freeze({
createPublicationTagObservation,
parseArguments,
runCli,
validatePublicationPlan,
validateTagObservation,
});