File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77 paths-ignore :
88 - ' **.md'
99 - ' docs/**'
10- - ' .github/**'
1110
1211jobs :
1312 bump-version :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111- ** Automated Version Bumping** : GitHub Actions workflow automatically bumps patch version on every commit/merge to main branch
1212 - Uses existing ` npm run build:release ` command
1313 - Commits changes back to repository with ` [skip-version] ` tag
14- - Skips markdown and documentation-only changes
14+ - Skips documentation-only changes (markdown files and docs directory)
1515 - Prevents infinite loops with bot detection
1616
1717- ** Export/Import System** : Backup and restore memories across machines
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ The project uses automated version bumping:
470470
471471The workflow skips version bumps for:
472472- Documentation-only changes (` .md ` files)
473- - Changes to ` .github /` directory
473+ - Changes to ` docs /` directory
474474- Commits containing ` [skip-version] ` in the message
475475
476476### Testing
You can’t perform that action at this time.
0 commit comments