Skip to content

Commit

Permalink
Merge pull request #10407 from NateMeyvis/patch-1
Browse files Browse the repository at this point in the history
Add note on tags to CONTRIBUTING.rst
  • Loading branch information
nicoddemus committed Oct 21, 2022
2 parents baada53 + 1027dc8 commit f341a5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -244,6 +244,11 @@ Here is a simple overview, with pytest-specific bits:
be released in micro releases whereas features will be released in
minor releases and incompatible changes in major releases.

You will need the tags to test locally, so be sure you have the tags from the main repository. If you suspect you don't, set the main repository as upstream and fetch the tags::

$ git remote add upstream https://github.com/pytest-dev/pytest
$ git fetch upstream --tags

If you need some help with Git, follow this quick start
guide: https://git.wiki.kernel.org/index.php/QuickStart

Expand Down

0 comments on commit f341a5c

Please sign in to comment.