Skip to content

Commit

Permalink
packages: remove private from package json and add changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli committed Aug 15, 2024
1 parent e7d94b6 commit e060252
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/changelog-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git tag -a "v$(node -p -e "require('./package.json').version")" -m "Release version $(node -p -e "require('./package.json').version")"
git push origin --tags
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down
Empty file added CHANGELOG.md
Empty file.
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@stepperize/react",
"version": "0.1.0",
"private": true,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e060252

Please sign in to comment.