Skip to content

Commit

Permalink
release: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaai committed Sep 12, 2023
1 parent b3ce125 commit 0d1a2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/releases/7.1.0-RC.1.md → config/releases/7.1.0.md
Expand Up @@ -2,7 +2,7 @@
version_major: 7
version_minor: 1
version_patch: 0
version_pre: RC.1
version_pre: null
---

### admin
Expand All @@ -24,6 +24,7 @@ version_pre: RC.1

- feat: add new setting public_image_caching_enabled
- fix: tables in binary dumps; use UTC for sql dumps
- chore: exclude user images from auditing

### deploy

Expand Down
2 changes: 1 addition & 1 deletion dev/release-env.sh
Expand Up @@ -3,7 +3,7 @@
export DEV_INITIALS=mk
export RELEASE_MAJOR_MINOR=7.1
export RELEASE_PATCH=0
export RELEASE_PRE='-RC.1' # e.g. '-RC.1'; or '' for stable release
export RELEASE_PRE='' # e.g. '-RC.1'; or '' for stable release
export VERSION_PREFIX='' # for madek its 'v'

export RELEASE_MAIN="${RELEASE_MAJOR_MINOR}.${RELEASE_PATCH}"
Expand Down

0 comments on commit 0d1a2ef

Please sign in to comment.