Changes
Added
-
Enhance changelog generation by improving base version handling and adding checks for existing tags, ensuring more robust changelog entries.
-
Enhance release automation by adding changelog generation modes and updating CHANGELOG handling in workflows
-
Add release automation workflow and update release process documentation
-
Enhance release automation workflow by improving CHANGELOG entry creation and updating README for clarity and structure
Changed
- Refactor changelog entry creation to improve formatting and streamline manual template generation
- Improve release automation workflow by enhancing PR creation instructions and updating CHANGELOG guidance
- Refactor release automation workflows to improve changelog and release notes generation
- Update README to remove commented-out GitHub Actions badges and improve clarity
Installation
# Clone the repository
git clone https://github.com/ericrasch/script-reset-wp-symlinks.git
cd $(basename ericrasch/script-reset-wp-symlinks)
# Install dependencies
brew install jq
# Run the interactive menu
./wp-symlinks
Verification
You can verify the release integrity by checking the commit hash:
git log --oneline | head -5
Full Changelog: v2.1.0...v2.1.2