1Mark

Results 58 comments of 1Mark

it is indeed. But this is due to configparser see https://github.com/python/cpython/blob/96a60ae90c291d94c058c80351fa38b6d73eda92/Lib/configparser.py#L567

![image](https://user-images.githubusercontent.com/15360245/168045349-c8eea879-affd-452a-aecc-93748d3f9a9c.png) My theory looks correct so far.

> I've merged the long-lived PR into master. Note that the feature is not enabled by default just yet, because I want to get some early feedback first. > >...

for now using https://github.com/segmentio/golines as an alternative.

I definitely feel it's worth having this in the readme of this repo, bump2version is good locally, but amazing when it's part of a CICD pipeline.

I think it really depends on the workflow, I'm not that familiar with github actions. But for me something as simple as just running `bump2version --new-version ${{ github.ref_name }} minor`...

I'm trying to do this atm will let you know what I come up with.

@florisla I don't have an example of what you asked for but here is what I've implemented https://github.com/loicleyendecker/deeppath/pull/10 It uses the name of the tag from (e.g) https://github.com/c4urself/bump2version/releases/new Then it...

> I've just encountered a `sed` surrogate in a public project: https://github.com/spec-first/connexion/blob/main/.github/workflows/release.yml#L22 Looks familiar, ain't it. Lol https://github.com/spec-first/connexion/blob/2.13.0/connexion/__init__.py#L49 I mean. Stuff like this really upsets me, there are about 1000...