Skip to content

fix(bpkg): resolved installation issue and updated documentation - #17

Merged
GingerGraham merged 6 commits into
mainfrom
bpkg-fix
Jan 21, 2026
Merged

fix(bpkg): resolved installation issue and updated documentation#17
GingerGraham merged 6 commits into
mainfrom
bpkg-fix

Conversation

@GingerGraham

Copy link
Copy Markdown
Owner

Copilot AI review requested due to automatic review settings January 21, 2026 14:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
GingerGraham merged commit 1a3ff44 into main Jan 21, 2026
11 checks passed
@GingerGraham
GingerGraham deleted the bpkg-fix branch January 21, 2026 14:51
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))
@GingerGraham

Copy link
Copy Markdown
Owner Author

🎉 This PR is included in version 1.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] bpkg global install not working [BUG] bpkg support not working as expected

2 participants