Skip to content

Commit 0b809ee

Browse files
Flossyclaude
andcommitted
docs: update branch references from master to main
- Update README.md CI/CD section to reference main branch - Update CHANGELOG.md to reference main branch - Add version 1.4 entry documenting branch migration - All documentation now consistently references main branch Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6e41b76 commit 0b809ee

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4] - 2026-05-16
9+
10+
### Changed
11+
- Migrated from `master` to `main` as default branch
12+
- Updated GitHub Actions workflow to trigger on `main` branch
13+
- Deleted `master` branch (both local and remote)
14+
815
## [1.2] - 2026-05-15
916

1017
### Added
1118
- GitHub Actions CD-CI workflow for automated builds
12-
- Automatic version bumping on push to master branch
19+
- Automatic version bumping on push to main branch
1320
- Deployment pipeline to packagecloud.io (flossware/java/maven2)
1421
- Automatic git tagging for releases
1522
- Maven SCM integration for version control operations
@@ -72,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7279
- Blocked dangerous system directories: `/`, `/bin`, `/boot`, `/dev`, `/etc`, `/lib`, `/lib64`, `/proc`, `/root`, `/sbin`, `/sys`, `/usr`, `/var`, `/home`, `/Users`
7380
- Windows protected paths: `C:\`, `C:\Windows`, `C:\Program Files`
7481

82+
[1.4]: https://github.com/FlossWare/jsecurity/compare/v1.2...v1.4
7583
[1.2]: https://github.com/FlossWare/jsecurity/compare/v1.0...v1.2
7684
[1.0]: https://github.com/FlossWare/jsecurity/compare/v0.1...v1.0
7785
[0.1.0]: https://github.com/FlossWare/jsecurity/releases/tag/v0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ See [LICENSE](LICENSE) for the full license text.
184184

185185
This project uses GitHub Actions for automated builds and deployment:
186186

187-
- **Automated Versioning** - Version automatically increments on push to master (X.Y format)
187+
- **Automated Versioning** - Version automatically increments on push to main (X.Y format)
188188
- **Automated Building** - Compiles and packages on every push
189189
- **Automated Tagging** - Creates git tags for each release
190190
- **Automated Deployment** - Publishes to packagecloud.io (flossware/java/maven2)

0 commit comments

Comments
 (0)