Skip to content

Commit

Permalink
beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sjc5 committed Oct 21, 2023
1 parent f674de3 commit 02806b4
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 18 deletions.
30 changes: 30 additions & 0 deletions CHANGESETS-DIRECTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,33 @@ pnpm changeset publish
git push --follow-tags
pnpm changeset pre exit
```

# Normal release workflow

## Whenever you make a change that should be noted in a release changelog, add a changeset

```sh
pnpm changeset
```

## Whenever you want to release

```sh
pnpm changeset version
```

Then REVIEW THE CHANGESETS

DO NOT COMMIT ANYTHING BETWEEN CALLED `version` and `publish`!

Then,

```sh
pnpm changeset publish
```

Now, once published, it's finally OK to commit. Include `--follow-tags` to push the tags.

```sh
git push --follow-tags
```
26 changes: 14 additions & 12 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@hono/node-server": "^1.2.0",
"highlight.js": "^11.8.0",
"hono": "^3.7.5",
"hwy": "workspace:*"
"hwy": "0.4.0-beta.34"
},
"devDependencies": {
"@hwy-js/build": "workspace:*",
"@hwy-js/dev": "workspace:*",
"@hwy-js/build": "0.4.0-beta.34",
"@hwy-js/dev": "0.4.0-beta.34",
"@types/node": "^20.8.3",
"@types/nprogress": "^0.2.1",
"htmx.org": "^1.9.6",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02806b4

Please sign in to comment.