Skip to content

v1.0.5

Choose a tag to compare

@mmiller42 mmiller42 released this 16 Sep 22:34
· 33 commits to master since this release

What's New in v1.0.5

This is a summary of the differences between v1.0.5 and v1.0.4.

Commits

Show commits
SHA Author Committed Message
d83d236 mmiller42 2017-9-16 fixing release configuration
0afbe16 mmiller42 2017-9-16 1.0.5

Changed files

Show changed files

.circleci/config.yml

@@ -45,8 +45,6 @@ jobs:
             export TAG="v$(git log -1 --pretty=%B)"
             if echo $TAG | grep "^v[0-9]\+\.[0-9]\+\.[0-9]\+$"; then
               npm publish
-              npm run build:scripts
-              node .circleci/lib/index.js
             else
               echo "No tag pushed, skipping deploy"
             fi

package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "create-github-release",
-	"version": "1.0.4",
+	"version": "1.0.5",
 	"lockfileVersion": 1,
 	"requires": true,
 	"dependencies": {

package.json

@@ -1,6 +1,6 @@
 {
 	"name": "create-github-release",
-	"version": "1.0.4",
+	"version": "1.0.5",
 	"description": "Tool for generating GitHub releases after publishing a module.",
 	"keywords": [
 		"github",

src/cli.js

Inline diff not displayed. View the whole file