File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Update docs/conf.py
2929 if : steps.latest_release.outputs.version != env.CURRENT_VERSION
3030 env :
31- CURRENT_VERSION : 2.15.1
31+ CURRENT_VERSION : 2.15.2
3232 run : |
3333 sed -Ei "s/(\"title\": \"Litestar )[[:digit:].]*( has just been released!\")/\1${{ steps.latest_release.outputs.version }}\2/" page/conf.py
3434 sed -Ei "s|(https://docs.litestar.dev/latest/release-notes/changelog.html#)[[:digit:].]*|\1${{ steps.latest_release.outputs.version }}|" page/conf.py
Original file line number Diff line number Diff line change 190190 },
191191 ],
192192 "announcement" : {
193- "title" : "Litestar 2.15.1 has been released!" ,
193+ "title" : "Litestar 2.15.2 has been released!" ,
194194 "description" : "Check it out here" ,
195- "link" : "https://docs.litestar.dev/latest/release-notes/changelog.html#2.15.1 " ,
195+ "link" : "https://docs.litestar.dev/latest/release-notes/changelog.html#2.15.2 " ,
196196 },
197197 "project_name" : "Litestar" ,
198198 "project_url" : "https://litestar.dev" ,
You can’t perform that action at this time.
0 commit comments