Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi389111 committed May 11, 2021
1 parent 2f028c7 commit 27f1bd9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

## 2021-05-11, 0.2.0 release

* The repositories to be aggregated are only those owned by the user.
* Allow the number of repositories to be aggregated to be defined by environment variables.
* `MAX_REPOS` : (optional) max repositories, default 100
* Make the colors of the four seasons mode every week and make a gradation.
* The image colors of each season are as follows.
* spring flowers
* summer leaves
* autumn leaves
* winter snow
* Label the radar chart scale with "1-, 10, 100, 1K, 10K+".
* Supports Halloween mode on github.
* The USERNAME can also be specified from the argument.
* Usage: `node dist/index.js <USER-NAME>` without env `USERNAME`

## 2021-05-09, 0.1.0 release

First release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This will add the action to the repository.
#### Environment variables

* `GITHUB_TOKEN` : (required) access token
* `USERNAME` : (required) target user name
* `USERNAME` : (required) target user name (or specify with an argument).
* `MAX_REPOS` : (optional) max repositories, default 100 - since ver. 0.2.0

### step 3. Manually launch the action
Expand Down
4 changes: 2 additions & 2 deletions docs/README.ja-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
#### 環境変数

* `GITHUB_TOKEN` : (必須) アクセストークン
* `USERNAME` : (必須) 対象のユーザー名
* `MAX_REPOS` : (任意) 最大のリポジトリ数。デフォルトは10 - バージョン 0.2.0 で追加
* `USERNAME` : (必須) 対象のユーザー名. (あるいは引数で指定する)
* `MAX_REPOS` : (任意) 最大のリポジトリ数。デフォルトは100 - バージョン 0.2.0 で追加

### 手順 3. アクションを手動起動する

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-profile-3d-contrib",
"version": "0.1.0",
"version": "0.2.0",
"description": "Generate profile 3D Contributions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 27f1bd9

Please sign in to comment.