Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thekayshawn committed Dec 31, 2024
1 parent 61feebb commit e8ba29a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- args: [--frozen-lockfile]
- name: Release
run: npx release-it --verbose
run: npx release-it --ci --verbose
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# Add following line if you are publishing to npm
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_TOKEN}}
NPM_CONFIG_PROVENANCE: true
# Add more env variables if needed
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.1.0

###    Features

- Setup with vite &nbsp;-&nbsp; by **thekayshawn** [<samp>(61fee)</samp>](https://github.com/sassywares/crust/commit/61feebb)

##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/sassywares/crust/compare/1.0.12...1.1.0)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.8",
"version": "1.1.0",
"type": "module",
"name": "@sassywares/crust",
"description": "Batteries included boilerplate for painless TypeScript library development — By the Sassywares team",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"release": "release-it --ci",
"release": "release-it",
"cleanup": "pnpm dlx rimraf dist node_modules && npm cache clean --force"
},
"devDependencies": {
Expand Down

0 comments on commit e8ba29a

Please sign in to comment.