Add a pipeline to produce major release builds

Issue #151 closed
Mikhail Lopatkin repo owner created an issue

The new pipeline should run manually only on master branch and:

  1. Build a non-snapshot release off the tip of the master branch and publish it
  2. Add a proper tag to the commit from which release was built
  3. Increment major version (e. g. 0.20 → 0.21)

Comments (4)

  1. Mikhail Lopatkin reporter

    Thinking about it a little more, I decided that I want to add tag myself, in a non-automated fashion. I'll also do major version increment manually. Therefore, only non-snapshot build out of tag is needed.

  2. Log in to comment