From 2146384820f7f41526116c205b4f47fc558e5028 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 27 Sep 2013 13:25:17 -0700 Subject: [PATCH] :memo: Use apm publish minor in the example --- docs/creating-a-package.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index 27dd4d7d3..f95bbd669 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -34,10 +34,12 @@ following to publish your package: ```sh cd my-package -apm publish +apm publish minor ``` -This will upload your package and it will now be available on [atom.io](http://atom.io). +This will update your `package.json` to have a new minor `version`, commit +the change, create a new [Git tag](http://git-scm.com/book/en/Git-Basics-Tagging), +and then upload the package to the registry. Run `apm help publish` to see all the available options and `apm help` to see all the other available commands.