You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ Automization is often done in the form of a command line utility.
7
7
This starter provides you with all the necessary setup to quickly create your node-command-line utility. Focus on your util and don't loose time with
8
8
the project setup.
9
9
10
-
The starter provides you with a setup to perform fully automated releases with Travis. Publish new versions quickly and automated to your npm repositiory.
10
+
The starter provides you with a setup to perform fully automated releases with Travis. Publish new versions quickly and automated to your npm repositiory. If this is
11
+
new to you, you may want to read my blog-post about [The way to fully automated releases in open source projects](https://medium.com/@kevinkreuzer/the-way-to-fully-automated-releases-in-open-source-projects-44c015f38fd6)
0 commit comments