Skip to content

Conversation

nover
Copy link
Contributor

@nover nover commented Apr 28, 2020

This PR adds support for working with pre-releases

TODO

  • Update SemVer.cs to properly handle SemVer 2.0 strings (breaking change)
  • Update cs proj patching engine to add / remove pre-release labels in csprof file
  • Add prepatch preminor and premajor commands (like yarn)
  • Add prerelease command to increment pre-release number
  • Update CLI argument parser to take in extra arguments (buildmeta)

Closes #33 and #28

@nover nover self-assigned this Apr 28, 2020
@nover nover added enhancement breaking change breaking the public api of the tool labels Apr 28, 2020
@nover nover force-pushed the 33-add-support-for-pre-release-labels branch from 23a4800 to c2e9ef8 Compare April 28, 2020 19:21
- FromString parsing now uses SemVer 2.0 regex
- Add PreRelease info
- Add BuildMeta info
@nover nover force-pushed the 33-add-support-for-pre-release-labels branch from e070a0f to 729c1de Compare April 29, 2020 05:41
@nover nover force-pushed the 33-add-support-for-pre-release-labels branch from 729c1de to ff29e9c Compare April 29, 2020 06:19
@nover nover marked this pull request as ready for review May 20, 2020 08:40
@nover nover changed the title WIP: Add support for handling pre-releases Add support for handling pre-releases May 20, 2020
@nover nover merged commit db63c46 into master May 20, 2020
@nover nover deleted the 33-add-support-for-pre-release-labels branch May 20, 2020 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change breaking the public api of the tool enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for pre-release labels

1 participant