Skip to content

Commit

Permalink
chore: get rid of unnecessary npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jul 12, 2024
1 parent 464f393 commit fbe4e3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:

- name: Update esi-shell version
run: |
SEMVER=$(grep -Po '"version": "\K[^"]*' package.json)
sed -i "s/ESI_SHELL_VERSION=.*/ESI_SHELL_VERSION=${SEMVER}-$(git rev-parse --short HEAD)/g" esi-shell
sed -i "/^ESI_SHELL_VERSION=/ s/$/-$(git rev-parse --short HEAD)/" esi-shell
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
3 changes: 0 additions & 3 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ plugins:
to: ESI_SHELL_VERSION=${nextRelease.version}
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- path: "@semantic-release/npm"
npmPublish: false
- path: "@semantic-release/git"
assets:
- "CHANGELOG.md"
- "package.json"
- "esi-shell"
message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
19 changes: 0 additions & 19 deletions package.json

This file was deleted.

0 comments on commit fbe4e3e

Please sign in to comment.