Skip to content

Instantly share code, notes, and snippets.

@awatson1978
Last active May 19, 2017 11:57
Show Gist options
  • Star 32 You must be signed in to star a gist
  • Fork 15 You must be signed in to fork a gist
  • Save awatson1978/a0df5fef953b9da01ce1 to your computer and use it in GitHub Desktop.
Save awatson1978/a0df5fef953b9da01ce1 to your computer and use it in GitHub Desktop.
Publish an Atom Package
command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage
cd ~/.atom/packages/mypackage
apm login
apm develop mypackage
cd ~/github/mypackage
sudo chown -R username:wheel .
git commit -a -m 'checking everything in'
apm publish --tag v2.5.0 minor
apm publish minor
apm publish major
@veggiemonk
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment