Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthalles committed Feb 15, 2024
1 parent f68e2af commit c36d305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ jobs:
build/backend/*.txt
body: |
This is an **untested** pre-release, built with bleeding-edge upstream Memos code.
Do *not* use in production.
It is strongly recommended that you do *not* use it in production.
*Make sure to run this with a database other than the one you use with stable releases.*
*Ensure that you use a different database than the one you use for stable releases.*
Version identifier `${{ env.BUILD_VERSION }}` is auto-generated, based on what is set at Memos upstream on `version.go` file. Therefore, pre-release versioning are subject to change without notice.
Version identifier `${{ env.BUILD_VERSION }}` is auto-generated, based on what is set at Memos upstream on `version.go` file. Therefore, pre-release versioning is subject to change without notice.
Release assets may be overwritten by the daily automated builds if the upstream Memos version hasn't changed.
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ release:

# Welcome to this new release!
footer: |
[Official Memos upstream changelog](https://github.com/usememos/memos/releases/tag/{{ .Tag }})
[Commit history](https://github.com/usememos/memos/commits/release/{{ trimprefix .Tag "v" }}/)
[Compare changes](https://github.com/usememos/memos/compare/release/{{ trimprefix .PreviousTag "v" }}...release/{{ trimprefix .Tag "v" }})
[Official Memos upstream changelog¹](https://github.com/usememos/memos/releases/tag/{{ .Tag }})
> ¹ Only available for tagged releases.
skip_upload: false

0 comments on commit c36d305

Please sign in to comment.