Skip to content

Commit

Permalink
Merge pull request #4 from CodinGame/fix-project-publish-config
Browse files Browse the repository at this point in the history
[FIX] Fix lib publish configs
  • Loading branch information
KaiSaba authored Feb 14, 2024
2 parents 38dcd53 + be2d634 commit dcd0bec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,4 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Generate release notes preview
id: build-release-notes
uses: guilhermetod/[email protected]
- name: Comment release notes preview
if: steps.build-release-notes.outputs.releaseNotes
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.number }}
body: |
## 👋 Hey there!
Thank you for you contribution. Below is a preview of the release notes if your PR gets merged.
Please, make sure it includes all your significant changes with descriptive messages.
Keep in mind that release notes are automatically generated from the commit messages according to [conventional commits](https://www.conventionalcommits.org/).
---
${{ steps.build-release-notes.outputs.releaseNotes }}
run: npm run build
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"extends": "@codingame/semantic-release-config-github"
},
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"json-schema": "^0.4.0"
},
Expand Down

0 comments on commit dcd0bec

Please sign in to comment.