-
Notifications
You must be signed in to change notification settings - Fork 12
set up release process #37
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
Conversation
|
I think this is good to go. From c1f17f8, I tested a release with: (note that's a dry run -- the default behavior -- and I've explicitly overridden the allowed branches for testing) When I was happy with that I did a "real" release that skips pushing and publishing: That created two commits: Those look right to me. It also created this tag: In order to have this not mess up the (new, empty) changelog, I removed that part of the config. My plan is to:
|
|
Oops -- I accidentally pushed the test release commits to this branch. I'm going to force-push over it. |
25c9874 to
38c72f2
Compare
ahl
left a comment
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.
looks good!
Cargo.toml
Outdated
| edition = "2021" | ||
| license = "Apache-2.0" | ||
| repository = "https://github.com/oxidecomputer/steno" | ||
| description = "prototype distributed saga implementation" |
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.
when does it graduate from being a prototype? after we ship? ;-)
CHANGELOG.adoc
Outdated
|
|
||
| None. | ||
|
|
||
| == 0.2.0 (released 2022-08-04) |
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.
this is in anticipation of the first release today?
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.
Yup (updated to today)
This is modeled after Dropshot's. I haven't tested it yet.