From fd89604fab6d4f715329837be1ee9cafbe7e02c8 Mon Sep 17 00:00:00 2001 From: JofDiamonds Date: Thu, 5 Jan 2023 16:57:38 +0800 Subject: [PATCH] update oncn-bwm.yaml (cherry picked from commit d70a5a1961882ad1f926593475e2577075fdf720) --- oncn-bwm.spec | 5 ++++- oncn-bwm.yaml | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/oncn-bwm.spec b/oncn-bwm.spec index 141bcf0..7bc17d1 100644 --- a/oncn-bwm.spec +++ b/oncn-bwm.spec @@ -1,6 +1,6 @@ Name: oncn-bwm Version: 1.0 -Release: 4 +Release: 5 Summary: Pod bandwidth management in mixed deployment scenarios of online and offline services License: GPL-2.0 URL: https://gitee.com/src-openeuler/oncn-bwm @@ -89,6 +89,9 @@ fi %changelog +* Thu Jan 5 2023 JofDiamonds - 1.0-5 +- update oncn-bwm.yaml + * Mon Dec 26 2022 JofDiamonds - 1.0-4 - add oncn-bwm.yaml diff --git a/oncn-bwm.yaml b/oncn-bwm.yaml index cf4075e..7d36a87 100644 --- a/oncn-bwm.yaml +++ b/oncn-bwm.yaml @@ -1,2 +1,4 @@ -version_control: gitee -src_repo: openEuler/oncn-bwm \ No newline at end of file +version_control: gitee +src_repo: openEuler/oncn-bwm +tag_prefix: "^oncn-bwm-" +seperator: "." -- Gitee