Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/readme-auto-generation.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/create-devenv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tktco/create-devenv

## 0.5.0

### Minor Changes

- [#32](https://github.com/tktcorporation/.github/pull/32) [`69db290`](https://github.com/tktcorporation/.github/commit/69db290f4757f65910f41f4557847c3e3d94540c) Thanks [@tktcorporation](https://github.com/tktcorporation)! - README 自動生成機能を追加

- `pnpm run docs` で README のセクション(機能一覧・コマンド・生成ファイル)を自動生成
- push コマンド実行時に README を自動更新して PR に含める
- デフォルトコマンドをインタラクティブ選択に変更
- 開発者向けドキュメントを CONTRIBUTING.md に移動

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-devenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tktco/create-devenv",
"version": "0.4.1",
"version": "0.5.0",
"description": "Interactive CLI to scaffold development environment templates",
"type": "module",
"bin": {
Expand Down