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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
fix(scripts): Generate semver tag within post-release.sh (#263)
This commit modifies post-release.sh to auto-generate a semver tag based
on the highest tagged version of material-components-web by lerna. E.g.,
'material-components-web@0.4.0' would be translated into a `v0.4.0` repo
tag.
This mainly addresses the issue where standard-changelog fails to
generate a correct changelog due to lack of semver tags. However, having
an auto-generated semver tag for the _entire_ repo seems useful both for
automated tools relying on semver, and also for non-automated humans
looking to get a general worldview of our latest release :)
Fixes#209
[ci skip]
0 commit comments