Commit Graph

3 Commits

Author SHA1 Message Date
asterwyx 609cd6570a chore: update .syncexclude
Exclude CHANGELOG.md.
2025-06-18 16:41:59 +08:00
Yixue Wang 81e3d9c093 feat: Support VERSION file
Use VERSION file to manage DTK version. VERSION file defines package
version. It also decides the initial value of cached variable
DTK_VERSION which controls the project version in cmake build system.
VERSION file is not synchronized to DTK6, as DTK6 has its own VERSION
file. One can still pass version to DTK_VERSION when running cmake
configure. This is helpful for developers.

Signed-off-by: Yixue Wang <wangyixue@deepin.org>
2025-06-06 17:11:20 +08:00
wangyixue 2a5ecfc8a5 feat: add synchronization workflow
Add synchronization workflow which will create a pull request in
linuxdeepin/dtk6core each time there is a pull request opened in
this repo. Add .syncexclude file to exclude some files that should
not be synchronized.

Log: add synchronization workflow
2023-08-18 17:41:34 +08:00