mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Merge branch 'mealie-next' into feat--send-reset-email-from-admin-dashboard
This commit is contained in:
commit
d9c1cf8bec
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎
|
- name: Checkout 🛎
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -60,11 +61,12 @@ jobs:
|
|||||||
sed -i 's/:v[0-9]*.[0-9]*.[0-9]*/:${{ github.event.release.tag_name }}/' docs/docs/documentation/getting-started/installation/sqlite.md
|
sed -i 's/:v[0-9]*.[0-9]*.[0-9]*/:${{ github.event.release.tag_name }}/' docs/docs/documentation/getting-started/installation/sqlite.md
|
||||||
sed -i 's/:v[0-9]*.[0-9]*.[0-9]*/:${{ github.event.release.tag_name }}/' docs/docs/documentation/getting-started/installation/postgres.md
|
sed -i 's/:v[0-9]*.[0-9]*.[0-9]*/:${{ github.event.release.tag_name }}/' docs/docs/documentation/getting-started/installation/postgres.md
|
||||||
|
|
||||||
- name: Commit updates
|
- name: Create Pull Request
|
||||||
uses: test-room-7/action-update-file@v1
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
file-path: |
|
commit-message: "Update image tag, for release ${{ github.event.release.tag_name }}"
|
||||||
docs/docs/documentation/getting-started/installation/sqlite.md
|
branch: "docs/newrelease-update-version-${{ github.event.release.tag_name }}"
|
||||||
docs/docs/documentation/getting-started/installation/postgres.md
|
delete-branch: true
|
||||||
commit-msg: "Change image tag, for release ${{ github.event.release.tag_name }}"
|
base: mealie-next
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
title: "docs(auto): Update image tag, for release ${{ github.event.release.tag_name }}"
|
||||||
|
body: "Auto-generated by `.github/workflows/release.yml`, on publish of release ${{ github.event.release.tag_name }}"
|
||||||
|
@ -14,6 +14,7 @@ env:
|
|||||||
SMTP_HOST: localhost
|
SMTP_HOST: localhost
|
||||||
SMTP_PORT: 1025
|
SMTP_PORT: 1025
|
||||||
SMTP_FROM_NAME: MealieDev
|
SMTP_FROM_NAME: MealieDev
|
||||||
|
SMTP_FROM_EMAIL: mealie@example.com
|
||||||
SMTP_AUTH_STRATEGY: NONE
|
SMTP_AUTH_STRATEGY: NONE
|
||||||
LANG: en-US
|
LANG: en-US
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user