mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user