diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8249311..38dc7f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.3" + ".": "2.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9af10..2788b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.4](https://github.com/main-branch/create_github_release/compare/v2.1.3...v2.1.4) (2025-04-17) + + +### Bug Fixes + +* Do not trigger build workflows after merging to main or for release PRs ([88d6c8c](https://github.com/main-branch/create_github_release/commit/88d6c8cde0cb6976b429ab692338701c0ad73168)) + ## [2.1.3](https://github.com/main-branch/create_github_release/compare/v2.1.2...v2.1.3) (2025-04-16) diff --git a/lib/create_github_release/version.rb b/lib/create_github_release/version.rb index 5e8abb5..fbfa571 100644 --- a/lib/create_github_release/version.rb +++ b/lib/create_github_release/version.rb @@ -2,5 +2,5 @@ module CreateGithubRelease # The version of this gem - VERSION = '2.1.3' + VERSION = '2.1.4' end