abstractFlo/atlas

Github Workflow

abstractFlo opened this issue · 2 comments

Improve the github workflow to create a @next build for each package and provide a way to create every new version inside a workflow

Best practise would be using tags to build und publish to npm.
I'd do a pr which make the workflows work like following if you like it:

  • push a tag with semantic versioning name - e.g. 3.1.0-next.0
  • workflow releases this version at npm with tag @next or whatever you call the semver tag

First version done