Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.26] - 2026-03-28
## [0.17.28] - 2026-03-28

### Changed

- Update [CONTRIBUTING.md](./CONTRIBUTING.md) to remove outdated mention of `husky`. (Not necessary for quite some time now, given updates to `stave` that added native hooks-management capabilities.)

## [0.17.27] - 2026-03-28

### Changed

Expand Down Expand Up @@ -575,7 +581,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.4.0] - 2025-10-30

[unreleased]: https://github.com/preminger/goctx/compare/v0.17.26...HEAD
[unreleased]: https://github.com/preminger/goctx/compare/v0.17.28...HEAD
[0.17.28]: https://github.com/preminger/goctx/compare/v0.17.27...v0.17.28
[0.17.27]: https://github.com/preminger/goctx/compare/v0.17.26...v0.17.27
[0.17.26]: https://github.com/preminger/goctx/compare/v0.17.25...v0.17.26
[0.17.25]: https://github.com/preminger/goctx/compare/v0.17.24...v0.17.25
[0.17.24]: https://github.com/preminger/goctx/compare/v0.17.23...v0.17.24
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The project is not yet open to external contributions; but stay tuned!

## Development workflow notes

- Run `stave init` once after cloning. This installs dev tools and configures Git to use the repo-local hooks in `.husky/`.
- Run `stave init` once after cloning. This installs dev tools and configures Git to use the repo-local hooks.
- A pre-push hook enforces that any branch push (e.g., for a PR) includes a change to `CHANGELOG.md`. Pushes to `main`/`master` and tag pushes are exempt.
- If you must bypass the check (e.g., hotfix or infrastructure changes), export `BYPASS_CHANGELOG_CHECK=1` for that push:

Expand Down
Loading