update release instructions for version string in the preferences
This commit is contained in:
parent
1c62d3a598
commit
a5592fb4d4
|
@ -11,6 +11,7 @@ VERSION=1.92
|
|||
|
||||
```
|
||||
sed -i "s/APP_VERSION =.*/APP_VERSION = '${VERSION}'/" terminatorlib/version.py
|
||||
sed -i -e "s/@@VERSION@@/${VERSION}/" terminatorlib/preferences.glade
|
||||
```
|
||||
|
||||
## Generate the changelog
|
||||
|
|
Loading…
Reference in New Issue