📝 Use apm publish minor in the example

This commit is contained in:
Kevin Sawicki 2013-09-27 13:25:17 -07:00
parent 32c4634c85
commit 2146384820

View File

@ -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.