fledge
fledge copied to clipboard
Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
0.x.99.9yyy -> 0.(x+1).0 x.99.99.9yyy -> (x+1).0.0 We also might want new modes for `bump_version()`: `"pre-minor"` -> x.y.99.9000, `"pre-major"` -> `x.99.99.9000` This is likely a duplicate.
In ``` ✔ Package version bumped to 0.1.0.9003. ``` could the components major-minor-patch-dev be more different?
Fix #413 Part of #401 As you will see there are two questions in the comments ```r # first check there is a fourth component, if not # the which...
Showing when one goes to pre-minor for instance. Related to #401 #413
should there be some sort of warning
Via https://github.com/cynkra/fledge/issues/341#issuecomment-1133813262 It could at least be a standard _inside fledge_.
Related to #341 > If we keep that automated use case in mind during development -- my vision is that bumping the "dev" version would use "pre-minor" or "pre-major" if...
Via #401 > We also might want new modes for bump_version(): "pre-minor" -> x.y.99.9000, "pre-major" -> x.99.99.9000
https://github.com/cynkra/dm/commit/d1ab1fcb5bca29b145375b3c98c20355ab09e248