Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#397)
Browse files Browse the repository at this point in the history
Configuring release-please for path: .

---------

Co-authored-by: joao.albuquerque <[email protected]>
  • Loading branch information
lecardozo and albjoaov authored Jan 22, 2025
1 parent 9d0cd17 commit 51535b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.4.7"
}
2 changes: 2 additions & 0 deletions butterfree/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""Module docstring example, following Google's docstring style."""

__version__ = "1.4.7" # x-release-please-version
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "python",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": true,
"prerelease": true,
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "butterfree"
__version__ = "1.4.6"
__version__ = "1.4.7" # x-release-please-version
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 51535b1

Please sign in to comment.