rmosolgo / language-graphql

GraphQL support for Atom text editor
MIT License
57 stars 13 forks source link

Latest releases not published to Atom #7

Closed remyrylan closed 8 years ago

remyrylan commented 8 years ago

The current release available from the Atom module registry is still 0.2.0. How do we go about getting the latest version published there?

rmosolgo commented 8 years ago

Hmm... I'm not sure what to do!

~/projects/language-graphql $ apm publish 0.5.0
Preparing and tagging a new version ✓
Pushing v0.5.0 tag ✓
Publishing atom-language-graphql@v0.5.0 ✓
~/projects/language-graphql $ apm view language-graphql
language-graphql
├── 0.2.0
├── https://github.com/rmosolgo/language-graphql
├── Syntax highlighting for GraphQL queries
├── 1128 downloads
└── 7 stars

Run `apm install language-graphql` to install this package.
rmosolgo commented 8 years ago

Oh hmmm, I'm publishing to the wrong name, let me check that out.

~/projects/language-graphql $ apm view atom-language-graphql
atom-language-graphql
├── 0.6.0
├── https://github.com/rmosolgo/language-graphql
├── Syntax highlighting for GraphQL queries
├── 36 downloads
└── 0 stars
rmosolgo commented 8 years ago

image

:tada:

Thanks for bringing this to my attention!