Markus Zapke-Gründemann
Markus Zapke-Gründemann
I'm not sure if I understood your question the right way. If the configuration of bumpversion consists of several sections in `setup.cfg` and you bump the version, the sections are...
Does anyone work on this? Resolving this issue would make it possible to maintain PEP 440 compatible version identifiers (see #77).
@stevepeak Do you have a roadmap to upgrade the Firefox extension?
We're having the same problem. Builds triggered by Greenkeeper that should update `yarn.lock` don't do it. We're seeing the same error message: > This build should not update the lockfile....
Amendment: Projects using CircleCI 1.0 with a single machine running the complete build still working fine. 😃
Update: A build in keimlink/docker-sphinx-doc was started before the pull request has been created. This [build](https://circleci.com/gh/keimlink/docker-sphinx-doc/574) failed too, but with a different error message: > Only running on first push...
@boennemann What do you think about using `log()` from [steveukx/git-js](https://github.com/steveukx/git-js) to check if the lock file has already been updated on the current branch? This could be a more reliable...
@pkyeck @bennyn I'm using CircleCI 2.0 workflows with greenkeeper-lockfile in [keimlink/docker-sphinx-doc](https://github.com/keimlink/docker-sphinx-doc/blob/develop/.circleci/config.yml). Unfortunately it doesn't work completey so far. I have reported the problem in #100.
We define a version range in `setup.py`: ```python setup( name='mydist', install_requires=[ 'Django>=1.8,
It's great that setuptools finally support declarative metadata. It has been a long way! 🎉 @bloodearnest Could you please give an example how you declare versions for extra dependencies in...