Kirill Müller

Results 2418 comments of Kirill Müller

I'm asking the wrong questions. I see the following flow: 1. fledgling is created only from `NEWS.md` 1. `update_news()` calls a function that creates a derived version of the fledgling...

We should make `waldo::compare()` look nice.

I'd prefer immutable objects.

What happens if we're already at pre-minor or pre-major, and bump with pre-minor or pre-major again? I suspect this should be equivalent to bumping with "dev"?

Three dashes indicate end of useful contents. Is it similar to "what if somebody uses multiple `#` in a comment"?

Maybe if they were less chatty? We should write a vignette and do a screencast maybe. Also, it should be easier to undo a `pre_release()`. Can we decompose `pre_release()` into...

Converting plain tags to rich tags with a commit message, I suspect.

Thanks. I see particular use in tagging intermediate versions. `fledge::bump_version()` gives you a version number and a tag for free, and also updates the `NEWS.md` file. It's not an "official"...

Before sending to CRAN I rewrite `NEWS.md`, all headers that end with .90xx go away. (At some point fledge will also check for this.) I think fledge does most of...