Skip to content

Commit

Permalink
fix: Compile action to single file
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jan 19, 2021
1 parent c199519 commit a7bde01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {"changelogTitle": "# Changelog"}],
["@semantic-release/github", {
"successComment": false,
"failComment": false,
"failTitle": false,
"releasedLabels": false
}],
["@semantic-release/git", {"message": "Release ${nextRelease.version}"}]
["@semantic-release/git", {
"assets": ["dist"],
"message": "chore: Release ${nextRelease.version} [skip ci]"
}]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-semantic-pull-request",
"version": "0.0.1",
"version": "0.0.0",
"description": "Ensure your PR title matches the Conventional Commits spec.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a7bde01

Please sign in to comment.