Skip to content

Commit

Permalink
chore: release main (#109)
Browse files Browse the repository at this point in the history
* chore: release main

* ci: Give the project a name

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dan Dixey <[email protected]>
  • Loading branch information
github-actions[bot] and dandxy89 authored Jan 18, 2025
1 parent b06e7d0 commit fb3f7a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

## [0.1.0](https://github.com/dandxy89/lp_parser_rs/compare/v0.1.0...v0.1.0) (2025-01-18)
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"rust": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"path": "rust/Cargo.toml",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
Expand All @@ -13,11 +14,13 @@
"python": {
"changelog-path": "CHANGELOG.md",
"release-type": "python",
"path": "python/pyproject.toml",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"release-as": "0.1.0"
"release-as": "0.1.0",
"package-name": "parse_lp"
}
},
"release-type": "rust",
Expand Down
File renamed without changes.

0 comments on commit fb3f7a4

Please sign in to comment.