This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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., '[email protected]' 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]
- Loading branch information