Change changelog workflow
This commit is contained in:
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal 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)
|
||||
3
Makefile
3
Makefile
@@ -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}" && \
|
||||
|
||||
1265
changelog.md
1265
changelog.md
File diff suppressed because it is too large
Load Diff
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user