Change changelog workflow

This commit is contained in:
problematicconsumer
2023-10-21 21:49:26 +03:30
parent 87cf734825
commit 88c7f8d2c7
4 changed files with 28 additions and 1267 deletions

22
CHANGELOG.md Normal file
View File

@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Basic region based routing rules
- Russian region
### Changed
- Theme preferences
### Fixed
- Localization mistakes in Russian from [solokot](https://github.com/solokot)
- Localization mistakes in Russian from [Elshad Guseynov](https://github.com/lifeindarkside)

View File

@@ -116,9 +116,8 @@ release: # Create a new tag for release.
echo "version: $${VERSION_STR}+$${BUILD_NUMBER}" && \
sed -i "s/version: .*/version: $${VERSION_STR}\+$${BUILD_NUMBER}/g" pubspec.yaml && \
git tag $${TAG} > /dev/null && \
gitchangelog > changelog.md || { git tag -d $${TAG}; echo "Please run pip install git gitchangelog pystache mustache markdown"; exit 2; } && \
git tag -d $${TAG} > /dev/null && \
git add pubspec.yaml changelog.md && \
git add pubspec.yaml CHANGELOG.md && \
make sync_translate && \
git add assets/translations/* && \
git commit -m "release: version $${TAG}" && \

File diff suppressed because it is too large Load Diff

View File

@@ -170,3 +170,8 @@ sentry:
upload_sources: true
log_level: info
ignore_missing: true
cider:
link_template:
tag: https://github.com/hiddify/hiddify-next/releases/tag/%tag%
diff: https://github.com/hiddify/hiddify-next/compare/%from%...%to%