Skip to content

Commit

Permalink
chore: readme and script
Browse files Browse the repository at this point in the history
  • Loading branch information
Desdaemon committed Jul 22, 2023
1 parent 4e6d8b5 commit a6b21c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# typed-htmx

[![npm](https://img.shields.io/npm/v/typed-htmx?style=flat-square)](https://www.npmjs.com/package/typed-htmx)

Definitions for htmx attributes in JSX.

## Usage
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e
npm whoami
npm version ${1:-patch}
VERSION=$(cat package.json | jq -r '.version')
git tag v$VERSION
git push origin v$VERSION
git tag -f v$VERSION
git push -u origin v$VERSION --tags -f
gh release create v$VERSION -t v$VERSION --generate-notes --draft --verify-tag
npm publish --dry-run
npm publish

0 comments on commit a6b21c3

Please sign in to comment.