Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

feat: automagic version & publish when go-ipfs released #35

Merged
merged 21 commits into from
Jul 9, 2019
Merged

feat: automagic version & publish when go-ipfs released #35

merged 21 commits into from
Jul 9, 2019

Commits on May 31, 2019

  1. feat: github action for updating

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    aa5f1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ea909 View commit details
    Browse the repository at this point in the history
  3. fix: ensure npm install is called

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    bd48333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01b347a View commit details
    Browse the repository at this point in the history
  5. fix: make entrypoint executable

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    2003891 View commit details
    Browse the repository at this point in the history
  6. wip: use npm actions

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    0fe7994 View commit details
    Browse the repository at this point in the history
  7. wip: use node to find version

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    22727ae View commit details
    Browse the repository at this point in the history
  8. wip: do env vars persist?

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    6cfbd47 View commit details
    Browse the repository at this point in the history
  9. wip: version and publish action

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    1ee8da0 View commit details
    Browse the repository at this point in the history
  10. wip: fix workflow

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    c09e1a6 View commit details
    Browse the repository at this point in the history
  11. wip: more fix workflow

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    3cf63d1 View commit details
    Browse the repository at this point in the history
  12. wip: npm config

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    0d60410 View commit details
    Browse the repository at this point in the history
  13. fix: git push to master

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ceab957 View commit details
    Browse the repository at this point in the history
  14. chill out the schedule

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    5b86fac View commit details
    Browse the repository at this point in the history
  15. revert gitignore

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    6a5c2eb View commit details
    Browse the repository at this point in the history
  16. 0.4.21

    olizilla committed May 31, 2019
    Configuration menu
    Copy the full SHA
    42d127f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. feat: publish pre-preleae under @next tag

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    de91aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ec4cb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. feat: ensure valid semver version

    uses `npx semver` to check that the string we scrape from dist.ipfs.io
    is a valid semver string before trying to publish to it.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    a751cf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. docs: explain actions in README

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    de5f7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d05cc96 View commit details
    Browse the repository at this point in the history