Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Oct 24, 2023
1 parent d984882 commit 27bf656
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nasty-melons-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kysely-migrate": patch
---

Initial release
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
lint:
name: Lint
permissions: write-all
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
6 changes: 6 additions & 0 deletions .github/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
npm i --save-dev kysely-migrate
```

## Usage

```bash
kysely-migrate <command> [options]
```

## Docs

Run `kysely-migrate --help` (output below) or `kysely-migrate <command> --help` to see the list of available commands and options.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kysely-migrate",
"description": "Kysely migrations CLI",
"version": "0.0.1",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 27bf656

Please sign in to comment.