Skip to content

HowTo: Publish a release

Matthis Thorade edited this page Feb 15, 2017 · 2 revisions

When publishing for the first time:

  • Open a terminal window
  • cd to users .atom directory
  • run apm dev language-modelica (this will clone the repo to the new directory github/language-modelica)
  • Optional: Do some more changes and commit & push them
  • run apm publish major/minor/patch
  • Done. Open Atom editor the normal way, it should have an update for you

When the above steps have been used before:

  • Open a terminal window
  • cd to users github/language-modelica directory
  • run git pull
  • Optional: Do some more changes and commit & push them
  • run apm publish major/minor/patch
  • Done. Open Atom editor the normal way, it should have an update for you

Clone this wiki locally