Kirill Müller

Results 2418 comments of Kirill Müller

Forgot to mention: as discussed yesterday, the problem is fixed by now with 06cba7f1b641d654ff1b76324f109f07ba4975a0. The reason was a ping-pong where a no-op bump led to an overwritten tag, which then...

This is very relevant in the broader context of testability. I think we need to create internal APIs for everything that is external: - GitHub (#267) - CRAN For testing...

This is currently a limitation of _fledge_ that it assumes that the repo contains just one package. We could also consider a `subdir` argument, would that work for your use...

This is a use case for a config setting where these filters can be defined. Let's revisit if/when we have config options here.

The advice in https://github.com/cynkra/fledge/blob/remote-vignette/vignettes/demo.Rmd#L419 looks okay to me, we'll work on the release process in v0.2.0.

`git push --tags` would push the tag?

The link now points to a different line, fixed: https://github.com/cynkra/fledge/blob/b4100b22f50fbb2cec1fa8f0818a502aee90862e/vignettes/demo.Rmd#L432

With conventional commits, `bump_version()` could already bump to e.g. 0.x.99.9001 or 0.99.99.9001 in anticipation of a minor or major release. This might be a bit drastic, is there a cc...