fix: add bpkg support and update release preparation commands - #14
Merged
Conversation
- relates to [FEATURE] Bash Package Manager Support Fixes #13
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for the bpkg package manager, enabling users to install bash-logger through a standardized package management system. It introduces the bpkg.json configuration file, updates the automated release process to maintain version consistency across files, and provides comprehensive documentation for bpkg-based installation.
Changes:
- Added bpkg.json package manifest with metadata, scripts, and file listings
- Updated semantic-release configuration to automatically update bpkg.json version during releases
- Added installation instructions and usage examples for bpkg in the getting-started documentation
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| bpkg.json | New package manifest defining metadata, scripts, and files for bpkg distribution |
| .releaserc.json | Updated release automation to version bpkg.json and commit it alongside other release assets |
| docs/getting-started.md | Added comprehensive bpkg installation guide with examples for local and global installation, updates, and usage considerations |
GingerGraham
pushed a commit
that referenced
this pull request
Jan 21, 2026
## [1.2.1](1.2.0...1.2.1) (2026-01-21) ### Bug Fixes * add bpkg support and update release preparation commands ([#14](#14)) ([a577cfc](a577cfc)), closes [#13](#13) * **bpkg:** resolved installation issue and updated documentation ([#17](#17)) ([1a3ff44](1a3ff44)), closes [#15](#15) [#16](#16) * trigger manual patch release [skip ci] ([7f601e6](7f601e6)) ### Documentation * add Contributor Covenant Code of Conduct ([0e96703](0e96703)) * improve README formatting and clarify author attribution ([b68cc08](b68cc08)) * update SECURITY.md for clarity and formatting improvements ([fe9ddbf](fe9ddbf))
Owner
Author
|
🎉 This PR is included in version 1.2.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bpkg.jsonfile.releaserc.jsonto update version references inbpkg.jsonas part of a release and commit back to the repogetting-started.mdto provide guidance for usingbpkgto install