-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement semantic-release #85
base: main
Are you sure you want to change the base?
Conversation
036d63d
to
6ddd684
Compare
6ddd684
to
ad40830
Compare
echo "$bin" | ||
done >>"$GITHUB_PATH" | ||
- uses: actions/checkout@v4 | ||
- uses: freckle/stack-action@v5 |
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.
is the stack-action here replacing the 'install stack' stuff that was removed?
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.
stack-action
does have an "install stack if needed" step, so moving to it does achieve that (among other things).
So, I realized something that I need to figure out. Since the approach of semantic-release is to update the I'm not sure how best to address this, but marking this PR as blocked until I have an idea. |
Fix rubygems $PATH addition
10c407e
feat: implement semantic-release
b1d53c3
chore(release): Move off of stack-cache-action
ba5bfbe
chore: document release steps in README
ad40830