Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ uv run python -m unittest discover -s tests
```sh
set -euo pipefail

VERSION=0.1.1
VERSION=0.1.2
BRANCH="release-v${VERSION}"

git fetch origin --tags --prune
Expand Down Expand Up @@ -116,7 +116,7 @@ rm -rf /tmp/src-py-lib-release-check
```sh
set -euo pipefail

VERSION=0.1.1
VERSION=0.1.2
BRANCH="release-v${VERSION}"
GH_REPO="sourcegraph/src-py-lib"

Expand All @@ -140,7 +140,7 @@ gh pr merge "${BRANCH}" --repo "${GH_REPO}" --squash --delete-branch
```sh
set -euo pipefail

VERSION=0.1.1
VERSION=0.1.2

git fetch origin --tags --prune
git switch main
Expand All @@ -154,7 +154,7 @@ git push origin "v${VERSION}"
```sh
set -euo pipefail

VERSION=0.1.1
VERSION=0.1.2
GH_REPO="sourcegraph/src-py-lib"

RUN_ID="$(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev = [

[project]
name = "src-py-lib"
version = "0.1.1"
version = "0.1.2"
description = "Reusable libraries for Sourcegraph projects"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading