Skip to content

Commit

Permalink
Incremented package number
Browse files Browse the repository at this point in the history
  • Loading branch information
dalezak committed Apr 26, 2021
1 parent 77b2e8a commit 54ded9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:
trello-list-name-pr-open: "Reviewing"
trello-list-name-pr-closed: "Testing"
```

#### Local Build
```
npm run build
```

#### Release Build
```
git tag -a "v2" -m "v2"
git push origin --tags
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
author: Dale Zak
name: github-commit-to-trello-card
description: GitHub Action to attach GitHub commits and pull requests to a Trello card
author: Dale Zak
branding:
icon: 'check-square'
color: 'gray-dark'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "github-commit-to-trello-card",
"version": "1.1.0",
"version": "2.0.0",
"description": "GitHub Action to attach GitHub commits and pull requests to a Trello card",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 54ded9d

Please sign in to comment.