This commit is contained in:
Kevin Sawicki
2014-02-13 14:15:34 -08:00
parent 6cd3ef4a6c
commit 3de158bbdd
2 changed files with 9 additions and 5 deletions

View File

@@ -40,7 +40,8 @@ If not, there are a few things you should check before publishing:
for Atom such as: `"engines": {"atom": ">=0.50.0"}`.
* Your package has a `README.md` file at the root.
* Your package is in a Git repository that has been pushed to
[GitHub][github].
[GitHub][github]. Follow [this guide][repo-guide] if your package isn't
already on GitHub.
### Publish Your Package
@@ -91,5 +92,6 @@ with a minor release.
[github]: https://github.com
[git-tag]: http://git-scm.com/book/en/Git-Basics-Tagging
[keychain]: http://en.wikipedia.org/wiki/Keychain_(Apple)
[repo-guide]: http://guides.github.com/overviews/desktop
[semver]: http://semver.org
[your-first-package]: your-first-package.html

View File

@@ -146,8 +146,10 @@ ASCII art professional!
## Further reading
* Check out [Creating a Package](creating-a-package.html) for more information
on the mechanics of packages.
* [Getting your project on GitHub guide](http://guides.github.com/overviews/desktop)
* Check out [Publishing a Package](publish-a-package.html) for more information
on publishing the package you just created to [atom.io](https://atom.io).
* [Creating a Package guide](creating-a-package.html) for more information
on the mechanics of packages
* [Publishing a Package guide](publish-a-package.html) for more information
on publishing your package to [atom.io](https://atom.io)