Skip to content

Commit

Permalink
fix: fix release files to publish lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianiy committed Oct 17, 2021
1 parent 93623b9 commit 04c0dbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dryRun: false

plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/changelog'
- '@semantic-release/npm'
- '@semantic-release/github'
Expand Down
2 changes: 0 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# RELEASE NOTES



## :rocket: Release 1.1.0
###### 2021-10-17

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@adrian.insua/release-notes-generator",
"name": "@adrian-insua/release-notes-generator",
"version": "1.1.1",
"description": "Repository parser to generate release notes using your PRs",
"main": "src/index.ts",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"lib/"
],
"scripts": {
"start": "ts-node ./src",
"build": "rimraf ./lib && tsc && tsc-alias && npm run package",
Expand Down

0 comments on commit 04c0dbe

Please sign in to comment.