MetaMask / auto-changelog

Utilities for validating and updating "Keep a Changelog" formatted changelogs
Apache License 2.0
6 stars 10 forks source link

Extend tag history retention to changelog update command #182

Closed cryptodev-2s closed 9 months ago

cryptodev-2s commented 9 months ago

Explanation

This pull request introduces enhancements that build upon previous modifications made in PR #157, where we implemented tag history retention for renamed packages. However, those changes were initially applied only to the changelog validate command. With this current PR, we are extending the same functionality to the changelog update command as well.

References