Skip to content

Commit 4656da7

Browse files
committed
chore(main): release 1.0.3
1 parent 9acf1c9 commit 4656da7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.0.3"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## [1.0.3](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.2...v1.0.3) (2025-04-17)
8+
9+
10+
### Bug Fixes
11+
12+
* Do not trigger build workflows after merging to main or for release PRs ([#31](https://github.com/main-branch/github_pages_rake_tasks/issues/31)) ([9acf1c9](https://github.com/main-branch/github_pages_rake_tasks/commit/9acf1c923df2ff32b632ef3c3d56dd9a1591c547))
13+
714
## [1.0.2](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.1...v1.0.2) (2025-04-16)
815

916

lib/github_pages_rake_tasks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
module GithubPagesRakeTasks
55
# Version of this module
6-
VERSION = '1.0.2'
6+
VERSION = '1.0.3'
77
end

0 commit comments

Comments
 (0)