Skip to content

Commit 373271f

Browse files
authored
Merge pull request #286 from NeurodataWithoutBorders/minor_release_updates
Minor release updates
2 parents 1b7d567 + 6a95d29 commit 373271f

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/copilot-instructions.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,14 @@ rm -rf build
561561
3. **Finalization is required**: Call `finalize()` on objects before closing files
562562
4. **Test thoroughly**: Run full test suite before completing changes
563563
5. **Format before commit**: Always run `format-fix` target
564-
6. **Respect .gitignore**: Don't commit build artifacts, test data, or IDE configs
565-
7. **CI is authoritative**: Local passes don't guarantee CI passes (especially formatting)
566-
8. **Documentation is code**: Example code in tests must work and compile
567-
9. **Schema-driven**: Many classes are generated from NWB schema
568-
10. **Cross-platform**: Changes must work on Linux, macOS, and Windows
569-
11. **Update CHANGELOG.md**: Document your changes in CHANGELOG.md under the "Unreleased" section following the existing format
564+
6. **Spell check**: Run `spell-fix` target to avoid typos in code and documentation
565+
7. **cppcheck**: Run `cppcheck` target for static code analysis to catch potential issues
566+
8. **Respect .gitignore**: Don't commit build artifacts, test data, or IDE configs
567+
9. **CI is authoritative**: Local passes don't guarantee CI passes (especially formatting)
568+
10. **Documentation is code**: Example code in tests must work and compile
569+
11. **Schema-driven**: Many classes are generated from NWB schema
570+
12. **Cross-platform**: Changes must work on Linux, macOS, and Windows
571+
13. **Update CHANGELOG.md**: Document your changes in CHANGELOG.md under the "Unreleased" section following the existing format
570572

571573
## Additional Resources
572574

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [0.3.0] - 2026-02-25
9+
## [0.3.0] - 2026-02-23
1010

1111
### Added
1212
* Added `cppcheck` static analysis integration (@copilot, @oruebel [#270](https://github.com/NeurodataWithoutBorders/aqnwb/pull/270)):

0 commit comments

Comments
 (0)