nox: install releaserr from PyPI
This commit is contained in:
parent
1dd6079450
commit
b308ee8af0
1 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ from pathlib import Path
|
|||
|
||||
import nox
|
||||
|
||||
RELEASERR = "releaserr @ git+https://git.sr.ht/~gotmax23/releaserr"
|
||||
LINT_SESSIONS = ("static", "formatters", "typing")
|
||||
PY_FILES = ("tests", "noxfile.py")
|
||||
YAML_FILES = (".builds", "tests/vectors.yaml")
|
||||
|
|
@ -106,7 +105,7 @@ def mockbuild(session: nox.Session):
|
|||
@nox.session
|
||||
def bump(session: nox.Session):
|
||||
version = session.posargs[0]
|
||||
install(session, RELEASERR, "fclogr")
|
||||
install(session, "releaserr", "fclogr")
|
||||
session.run("releaserr", "check-tag", version)
|
||||
session.run(
|
||||
"fclogr", "bump", "--new", version, "--comment", f"Update to {version}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue