-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update Litestar version to v2.8.2 #26
Conversation
@@ -28,15 +28,15 @@ jobs: | |||
- name: Update conf.py | |||
if: steps.latest_release.outputs.version != env.CURRENT_VERSION | |||
env: | |||
CURRENT_VERSION: v2.8.2 | |||
CURRENT_VERSION: v2.8.2v2.8.2 |
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.
fail
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.
oh no
0cfc8df
to
82d5d58
Compare
@@ -28,15 +28,15 @@ jobs: | |||
- name: Update conf.py | |||
if: steps.latest_release.outputs.version != env.CURRENT_VERSION | |||
env: | |||
CURRENT_VERSION: v2.8.2 | |||
CURRENT_VERSION: v2.8.2v2.8.2 |
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.
oh no
run: | | ||
sed -i "s/Litestar $CURRENT_VERSION/Litestar ${{ steps.latest_release.outputs.version }}/g" conf.py | ||
sed -i "s|/release-notes/changelog.html#$CURRENT_VERSION|/release-notes/changelog.html#${{ steps.latest_release.outputs.version }}|g" conf.py | ||
|
||
- name: Update workflow file | ||
if: steps.latest_release.outputs.version != env.CURRENT_VERSION | ||
run: | | ||
sed -i "s/CURRENT_VERSION: $CURRENT_VERSION/CURRENT_VERSION: ${{ steps.latest_release.outputs.version }}/g" .github/workflows/update-toast.yml | ||
sed -i "s/CURRENT_VERSION: v2.8.2$CURRENT_VERSION/CURRENT_VERSION: v2.8.2${{ steps.latest_release.outputs.version }}/g" .github/workflows/update-toast.yml |
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.
suppose its not meant to be doing this either?
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.
yeah.. im no sed guru..
A new Litestar release (v2.8.2) has been detected.
This PR updates the version in the
conf.py
file and theCURRENT_VERSION
in the workflow file.