-
Notifications
You must be signed in to change notification settings - Fork 61
create pr for version bump gh bot #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create pr for version bump gh bot #115
Conversation
- allow_zero_version since we've been on 0.x.y - removed deprecated changelog_file field - add build command
currently setting this up based on python-semantic-release, I'd recommend skimming those docs to see how you feel about it |
sets up build deps, lints, prevents releases from racing, automatically updates release variables, publishes releases to github and tags them. TODO: pypi distribution
this is inspired by [changesets](https://github.com/changesets/changesets). it's intended to recreate the ux of them with some simple scripts
.changeset/hard-rivers-dance.md
Outdated
"stagehand": patch | ||
--- | ||
|
||
Test manual changeset creation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's just start with an empty changelog
.github/workflows/publish.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove?
|
||
[project] | ||
name = "stagehand" | ||
version = "0.0.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to 0.0.7 to trigger successfully (version mismatch with pypi)
stagehand/__init__.py
Outdated
) | ||
|
||
__version__ = "0.0.1" | ||
__version__ = "0.0.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
This reverts commit e35223b.
why
what changed
test plan