Skip to content

Instantly share code, notes, and snippets.

@awatson1978
Last active May 19, 2017 11:57

Revisions

  1. awatson1978 revised this gist Dec 11, 2015. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,12 @@ 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



  2. awatson1978 revised this gist Feb 2, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,6 @@ apm login
    apm develop mypackage
    cd ~/github/mypackage
    sudo chown -R username:wheel .
    meteor publish minor
    meteor publish major
    apm publish minor
    apm publish major

  3. awatson1978 revised this gist Oct 6, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ cd ~/.atom/packages/mypackage
    apm login
    apm develop mypackage
    cd ~/github/mypackage
    sudo chown -R username:wheel .
    meteor publish minor
    meteor publish major

  4. awatson1978 created this gist Oct 1, 2014.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage
    cd ~/.atom/packages/mypackage
    apm login
    apm develop mypackage
    cd ~/github/mypackage
    meteor publish minor
    meteor publish major