#87 added versioning/release policies, plus a script that helps to enforce them. One of the policies is: > Merges with 'master' must be followed by a git tag for the new version number. This policy is not enforced by the script, as the script is auto-executed on PRs, but this policy would need to be enforced post-merge. It would be nice to either: - auto-tag on merge into master ( see https://github.com/theupdateframework/specification/pull/87#discussion_r374693542), or - otherwise insistently remind the maintainer to tag the release