Skip to content

Commit 5a5442d

Browse files
committed
docs: update README
Bumps version → 0.2.1
1 parent 79fe049 commit 5a5442d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
## インストール
1010

1111
```sh
12-
npm install https://github.com/codemonger-io/cdk-ghost-string-parameter.git#v0.2.0
12+
npm install https://github.com/codemonger-io/cdk-ghost-string-parameter.git#v0.2.1
1313
```
1414

1515
### GitHub Packagesからインストールする
1616

1717
`main`ブランチにコミットがプッシュされるたびに、*開発者用パッケージ*がGitHub Packagesが管理するnpmレジストリにパブリッシュされます。
18-
*開発者用パッケージ*のバージョンは次のリリースバージョンにハイフン(`-`)と短いコミットハッシュをつなげたものになります。例、`0.2.0-abc1234` (`abc1234`はパッケージをビルドするのに使ったコミット(*スナップショット*)の短いコミットハッシュ)。
18+
*開発者用パッケージ*のバージョンは次のリリースバージョンにハイフン(`-`)と短いコミットハッシュをつなげたものになります。例、`0.2.1-abc1234` (`abc1234`はパッケージをビルドするのに使ったコミット(*スナップショット*)の短いコミットハッシュ)。
1919
*開発者用パッケージ*[こちら](https://github.com/codemonger-io/cdk-ghost-string-parameter/pkgs/npm/cdk-ghost-string-parameter)にあります。
2020

2121
#### GitHubパーソナルアクセストークンの設定
@@ -41,7 +41,7 @@ PATが手に入ったら以下の内容の`.npmrc`ファイルをホームディ
4141
これで以下のコマンドで*開発者用パッケージ*をインストールできます。
4242

4343
```sh
44-
npm install @codemonger-io/cdk-ghost-string-parameter@0.2.0-abc1234
44+
npm install @codemonger-io/cdk-ghost-string-parameter@0.2.1-abc1234
4545
```
4646

4747
`abc1234`はインストールしたい*スナップショット*の短いコミットハッシュに置き換えてください。

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This library is supposed to be combined with the [AWS Cloud Development Kit (CDK
99
## Installation
1010

1111
```sh
12-
npm install https://github.com/codemonger-io/cdk-ghost-string-parameter.git#v0.2.0
12+
npm install https://github.com/codemonger-io/cdk-ghost-string-parameter.git#v0.2.1
1313
```
1414

1515
### Installing from GitHub Packages
1616

1717
Every time commits are pushed to the `main` branch, a _developer package_ is published to the npm registry managed by GitHub Packages.
18-
A _developer package_ bears the next release number but followed by a dash (`-`) plus the short commit hash; e.g., `0.2.0-abc1234` where `abc1234` is the short commit hash of the commit used to build the package (_snapshot_).
18+
A _developer package_ bears the next release number but followed by a dash (`-`) plus the short commit hash; e.g., `0.2.1-abc1234` where `abc1234` is the short commit hash of the commit used to build the package (_snapshot_).
1919
You can find _developer packages_ [here](https://github.com/codemonger-io/cdk-ghost-string-parameter/pkgs/npm/cdk-ghost-string-parameter).
2020

2121
#### Configuring a GitHub personal access token
@@ -41,7 +41,7 @@ In the root directory of your project, create another `.npmrc` file with the fol
4141
Then you can install a _developer package_ with the following command:
4242

4343
```sh
44-
npm install @codemonger-io/cdk-ghost-string-parameter@0.2.0-abc1234
44+
npm install @codemonger-io/cdk-ghost-string-parameter@0.2.1-abc1234
4545
```
4646

4747
Please replace `abc1234` with the short commit hash of the _snapshot_ you want to install.

0 commit comments

Comments
 (0)