Skip to content

Commit

Permalink
release: 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaai committed Apr 16, 2024
1 parent 64d2c58 commit 1ac2cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions config/releases/7.5.0-RC.2.md

This file was deleted.

3 changes: 2 additions & 1 deletion config/releases/7.5.0-RC.1.md → config/releases/7.5.0.md
Expand Up @@ -2,7 +2,7 @@
version_major: 7
version_minor: 5
version_patch: 0
version_pre: RC.1
version_pre: null
---

### borrow
Expand All @@ -18,6 +18,7 @@ version_pre: RC.1
### legacy

- feat: inventory: show description in room select list
- fix: loosing of accessories selection on model save

### my

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.5
export RELEASE_PATCH=0
export RELEASE_PRE='-RC.2' # e.g. '-RC.1'; or '' for stable release
export RELEASE_PRE='' # e.g. '-RC.1'; or '' for stable release

export RELEASE_MAIN="$RELEASE_MAJOR_MINOR.$RELEASE_PATCH"
export RELEASE="$RELEASE_MAIN$RELEASE_PRE"
Expand Down

0 comments on commit 1ac2cee

Please sign in to comment.