<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/setuptools-scm.git/testing/test_version.py, branch bugfix/workflow</title>
<subtitle>github.com: pypa/setuptools_scm.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/'/>
<entry>
<title>Add release-branch-semver scheme</title>
<updated>2020-05-11T21:25:34+00:00</updated>
<author>
<name>chrisjbillington</name>
<email>chrisjbillington@gmail.com</email>
</author>
<published>2020-05-11T18:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=e62d4aac4b2e9fa7c5c120f2f3b5108db21d52a2'/>
<id>e62d4aac4b2e9fa7c5c120f2f3b5108db21d52a2</id>
<content type='text'>
This is a scheme that assumes that the upcoming release for most
branches is a minor release, and that only for release branches
(those whose branch names parse as a version number according to current
configuration) is the upcoming version a patch release.

Better document the differences between the schemes in README.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a scheme that assumes that the upcoming release for most
branches is a minor release, and that only for release branches
(those whose branch names parse as a version number according to current
configuration) is the upcoming version a patch release.

Better document the differences between the schemes in README.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid overriding the default tag_regex in tests.</title>
<updated>2020-03-25T14:33:20+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-03-25T14:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=c3cc24c64b78b2c524a9a3f369f2d3c2b1f8533d'/>
<id>c3cc24c64b78b2c524a9a3f369f2d3c2b1f8533d</id>
<content type='text'>
This appears to test something different than test_config.test_tag_regex,
but somehow also overrides the regular expression with a very old
(3-groups) one.

Remove the override and use the default regex instead (it works).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This appears to test something different than test_config.test_tag_regex,
but somehow also overrides the regular expression with a very old
(3-groups) one.

Remove the override and use the default regex instead (it works).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix unintended missing parameters</title>
<updated>2018-10-27T16:10:21+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-10-27T16:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=b72e86857802b257cc72d420c706624daf5f97ec'/>
<id>b72e86857802b257cc72d420c706624daf5f97ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pass trough config everywhere</title>
<updated>2018-08-08T14:05:11+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-08-08T14:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=a91b40c99ea9bfc4289272285f17e1d43c243b76'/>
<id>a91b40c99ea9bfc4289272285f17e1d43c243b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #286 - return a list from tags_to_versions</title>
<updated>2018-07-24T07:10:53+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-07-24T07:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=a8a716896095fa821447eeaeb77f67102e326e8e'/>
<id>a8a716896095fa821447eeaeb77f67102e326e8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tag parsing configurable through tag_regex</title>
<updated>2018-06-30T10:02:07+00:00</updated>
<author>
<name>punkadiddle</name>
<email></email>
</author>
<published>2018-06-30T10:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=f22be711987fa47d937c99605a4dd9e9609b76b6'/>
<id>f22be711987fa47d937c99605a4dd9e9609b76b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inflict black on the codebase :)</title>
<updated>2018-05-13T09:47:32+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-05-13T09:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=ac2fee8189c1540a0d05ea3020726174a2b6785a'/>
<id>ac2fee8189c1540a0d05ea3020726174a2b6785a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for branch name based testing, add simplified semver support</title>
<updated>2018-04-06T16:15:29+00:00</updated>
<author>
<name>Ronny Pfannschmidt</name>
<email>opensource@ronnypfannschmidt.de</email>
</author>
<published>2018-04-06T16:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/setuptools-scm.git/commit/?id=19a458a45b4dad6977bbd8eb4a463d98224b24a2'/>
<id>19a458a45b4dad6977bbd8eb4a463d98224b24a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
