Skip to content

Commit 8cecb43

Browse files
Copilotchrisribe
andcommitted
Fix workflow to allow version bumps for non-documentation changes
Co-authored-by: chrisribe <1999791+chrisribe@users.noreply.github.com>
1 parent b3c34f9 commit 8cecb43

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/auto-version-bump.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths-ignore:
88
- '**.md'
99
- 'docs/**'
10-
- '.github/**'
1110

1211
jobs:
1312
bump-version:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ The project uses automated version bumping:
470470

471471
The 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

0 commit comments

Comments
 (0)