Skip to content

Commit

Permalink
chore(changelog): release 0.0.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored May 29, 2024
1 parent e38af9c commit 17767ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git-checks=false
access=public
6 changes: 6 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## v0.0.0

- fix: fix PR url ([#233](https://github.com/hi-ogawa/js-utils/pull/233))
- feat: add changelog cli ([#225](https://github.com/hi-ogawa/js-utils/pull/225))
3 changes: 2 additions & 1 deletion packages/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npx @hiogawa/changelog --help

```txt
$ npx @hiogawa/changelog --help
changelog/0.0.0-pre.0
changelog/0.0.0
Usage:
$ changelog [options]
Expand All @@ -30,6 +30,7 @@ Options:
--dir <path> directory to write CHANGELOG.md (default: process.cwd())
--from <commit> (default: last commit modified CHANGELOG.md)
--to <commit> (default: HEAD)
--repo <url> repository url for PR link formatting
--dry
--removeScope
-h, --help
Expand Down
5 changes: 2 additions & 3 deletions packages/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/changelog",
"version": "0.0.0-pre.0",
"version": "0.0.0",
"homepage": "https://github.com/hi-ogawa/js-utils/tree/main/packages/changelog",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,7 @@
"cli": "tsx ./src/cli.ts",
"test": "vitest",
"docs-update": "inline-template ./README.md && prettier -w ./README.md",
"prepack": "tsup --clean && pnpm docs-update",
"release": "pnpm publish --no-git-checks --access public"
"prepack": "tsup --clean && pnpm docs-update"
},
"devDependencies": {
"@hiogawa/utils": "workspace:*",
Expand Down

0 comments on commit 17767ac

Please # to comment.