@frostpillar/frostpillar-btree 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-JA.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/README-JA.md
CHANGED
|
@@ -898,7 +898,7 @@ pnpm install
|
|
|
898
898
|
|
|
899
899
|
- デフォルトブランチは `main` です。
|
|
900
900
|
- リリースは [Release Please](https://github.com/googleapis/release-please)(`.github/workflows/ci-release.yml`)で管理します。
|
|
901
|
-
- Conventional Commits 互換の PR を `
|
|
901
|
+
- Conventional Commits 互換の PR を `main` にマージすると、Release Please がバージョン更新 PR を `main` に対して作成・更新します。
|
|
902
902
|
- バージョン更新 PR をマージすると、GitHub Release 作成、ブラウザバンドルのアップロード(`frostpillar-btree.min.js` および `frostpillar-btree-core.min.js`)、GitHub Packages への publish が実行されます。
|
|
903
903
|
|
|
904
904
|
### ドキュメント
|
package/README.md
CHANGED
|
@@ -898,7 +898,7 @@ pnpm install
|
|
|
898
898
|
|
|
899
899
|
- The default branch is `main`.
|
|
900
900
|
- Releases are managed by [Release Please](https://github.com/googleapis/release-please) via `.github/workflows/ci-release.yml`.
|
|
901
|
-
- Merge conventional-commit PRs into
|
|
901
|
+
- Merge conventional-commit PRs into `main`. Release Please opens/updates a version-bump PR against `main`.
|
|
902
902
|
- Merging the version-bump PR triggers: GitHub Release creation, browser bundle uploads (`frostpillar-btree.min.js` and `frostpillar-btree-core.min.js`), and GitHub Packages publish.
|
|
903
903
|
|
|
904
904
|
### Documentation
|
package/package.json
CHANGED