fix(bpkg): resolved installation issue and updated documentation - #17
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes bpkg installation issues by configuring the package for consistent "global" (user-local) installation and updating documentation to reflect the correct installation path and usage.
Changes:
- Configured bpkg.json to use global installation mode with custom install script targeting
$HOME/.local/lib/bash-logger/ - Updated documentation to clarify bpkg installation path, add @main branch requirement, and explain bpkg's global installation behavior
- Streamlined bpkg package files to include only essential LICENSE and README.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| bpkg.json | Adds "global": true setting, custom install command for proper directory structure, and reduces packaged files to essentials (LICENSE, README.md) |
| docs/getting-started.md | Updates bpkg installation section with correct path (${HOME}/.local/lib/bash-logger/logging.sh), adds requirement for @main branch reference, and clarifies that bpkg's "global" is user-local not system-wide |
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.
bpkgterms and so fixed [BUG] bpkg global install not working #16