Skip to content

Commit

Permalink
Release: v1.1.0 #48
Browse files Browse the repository at this point in the history
Release: v1.1.0
  • Loading branch information
mnrendra authored Jan 25, 2023
2 parents 0d1cb0c + d81c171 commit c369b24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm ci --production
- run: npm run build
- run: npm test
- run: npm config set registry https://registry.npmjs.org/
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitidy",
"version": "1.0.0",
"version": "1.1.0",
"description": "A tool for tidying Git flow.",
"private": false,
"main": "dist",
Expand Down

0 comments on commit c369b24

Please sign in to comment.