Skip to content

Commit

Permalink
Merge pull request #7 from jamesbuddrige/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
jamesbuddrige authored Mar 9, 2024
2 parents 869b81c + 1923d87 commit e4551ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

The following files should not change unless they are directly a part of your change.
<!-- Check any of the bellow files that have changed, add a reason for each if nessesary -->
- [ ] `yarn.lock` (unless package.json is also modified, then only the new/updated package should be changed here)

- [ ] `package.json` (renovate bot should handle all routine updates)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jamesbuddrige/semantic-release-jira",
"version": "2.0.2",
"version": "2.0.3-prerelease.1",
"main": "dist/lib/index.js",
"repository": "https://github.com/jamesbuddrige/semantic-release-jira",
"license": "MIT",
Expand All @@ -9,6 +9,7 @@
"access": "public"
},
"scripts": {
"prepublishOnly": "mkdir -p dist && rm -rf dist && tsc -p .",
"lint": "eslint . --ext .ts",
"build": "tsc -p .",
"test": " jest"
Expand Down

0 comments on commit e4551ce

Please sign in to comment.