Skip to content

Commit

Permalink
Revert "ci(release-please): last try before reverting my changes"
Browse files Browse the repository at this point in the history
This reverts commit 32b809b.

Revert "ci(release-please): add config file"

This reverts commit 6ab0320.

Revert "ci(ci): was not updating __init__ __version__ci(ci): was not
updating __init__ __version__"

This reverts commit b1e4e8e.

Revert "ci(ci): was not updating __init__ __version__"

This reverts commit 1ebf083.

Revert "ci(ci): was not updating __init__ __version__"

This reverts commit 853f028.

Revert "ci(ci): was not updating __init__ __version__"

This reverts commit 1a78558.

I give in...
  • Loading branch information
tjzegmott committed Jul 31, 2024
1 parent 32b809b commit 0ed76d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
11 changes: 10 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
".": "1.9.7"
".": "1.9.7",
"packages": {
".": {
"extra-files": [
"workflow/__init__.py"
],
"package-name": "workflow",
"release-type": "python"
}
}
}
11 changes: 0 additions & 11 deletions release-please-config.json

This file was deleted.

2 changes: 1 addition & 1 deletion workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# Active Workspace Path
DEFAULT_WORKSPACE_PATH: Path = CONFIG_PATH / "workspace.yml"
# Workflow Client Version
__version__ = "1.9.7" # x-release-please-version
__version__ = "1.4.0" # {x-release-please-version}

0 comments on commit 0ed76d3

Please sign in to comment.