Skip to content

Commit

Permalink
Merge pull request #86 from aitomatic/release
Browse files Browse the repository at this point in the history
daily release
  • Loading branch information
TheVinhLuong102 authored Dec 15, 2023
2 parents dfc0fe0 + 2217df0 commit 567ca2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .bumpversion.cfg

This file was deleted.

16 changes: 2 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,8 @@ docs-deploy:

# VERSION MANAGEMENT
# ==================
bumpversion-setup:
pip install --upgrade bump2version

bumpversion-patch:
bump2version --allow-dirty patch
cd docs && make build

bumpversion-minor:
bump2version --allow-dirty minor
cd docs && make build

bumpversion-major:
bump2version --allow-dirty major
cd docs && make build
version:
poetry version $(v)


# MISC / OTHER
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openssa"
version = "0.23.12.14"
version = "0.23.12.15"

authors = [
"Aitomatic, Inc. <engineering@aitomatic.com>",
Expand Down

0 comments on commit 567ca2c

Please sign in to comment.