Skip to content

Commit 95b6982

Browse files
committed
fix: trigger release-please
1 parent 7f42f20 commit 95b6982

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

Makefile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,28 +88,15 @@ test-version: ## Run tests with a specific Python version via pyenv + pipenv. Us
8888
PYTHONPATH=./src:./tests $$VENV_DIR/bin/pipenv run pytest ./tests/unit || exit 1; \
8989
rm -rf $$VENV_DIR
9090

91-
.PHONY: release-please-bootstrap
92-
release-please-bootstrap: ## bootstrap the release please
93-
release-please bootstrap \
94-
--token=${GITHUB_TOKEN} \
95-
--repo-url=runemalm/codius-cli \
96-
--target-branch=master \
97-
--release-type=python \
98-
--changelog-type=github \
99-
--initial-version=0.1.0-alpha.6 \
100-
--prerelease \
101-
--version-file=src/codius/__version__.py
102-
103-
.PHONY: release-please-dry-run-release-pr
104-
release-please-dry-run-release-pr: ## Preview next release version and change log using release-please
91+
.PHONY: release-please-pr-dry-run
92+
release-please-pr-dry-run: ## Preview next release version and change log using release-please
10593
release-please release-pr \
10694
--config-file release-please-config.json \
10795
--manifest-file .release-please-manifest.json \
10896
--token=${GITHUB_TOKEN} \
10997
--repo-url=runemalm/codius-cli \
11098
--target-branch=master \
11199
--release-type=python \
112-
--changelog-type=github \
113100
--debug \
114101
--dry-run
115102

0 commit comments

Comments
 (0)