From 252ac5102799388e4501143e9d8df43095e8964a Mon Sep 17 00:00:00 2001 From: Phani Sajja Date: Tue, 15 Mar 2022 11:30:10 +0530 Subject: [PATCH 1/3] Initial Expeditor configuration for updating CHANGELOG.md Signed-off-by: Phani Sajja --- .expeditor/config.yml | 9 +++++++++ CHANGELOG.md | 5 ++++- VERSION | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 6e241ed3f..531e6266d 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -3,6 +3,13 @@ project: alias: builder github: + # The file where the MAJOR.MINOR.PATCH version is kept. The version in this file + # is bumped automatically via the `built_in:bump_version` merge_action. + version_file: "VERSION" + version_tag_format: '{{version}}' + # The file where our CHANGELOG is kept. This file is updated automatically with + # details from the Pull Request via the `built_in:update_changelog` merge_action. + changelog_file: "CHANGELOG.md" delete_branch_on_merge: true slack: @@ -37,4 +44,6 @@ subscriptions: - workload: staged_workload_released:{{agent_id}}:release_staging:* actions: + - built_in:bump_version + - built_in:update_changelog - trigger_pipeline:release_builder diff --git a/CHANGELOG.md b/CHANGELOG.md index 434753d6c..aebd957c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -Habitat Builder CHANGELOG +# Habitat Builder CHANGELOG + + + ## (2022-02-10) diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..7bc730273 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2022-02-10 \ No newline at end of file From b6b0b25eb027b88beec8060a2ba6b6128dde92bd Mon Sep 17 00:00:00 2001 From: Phani Sajja Date: Fri, 18 Mar 2022 19:10:25 +0530 Subject: [PATCH 2/3] remove built_in:bump_version Signed-off-by: Phani Sajja --- .expeditor/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 531e6266d..75f440043 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -44,6 +44,5 @@ subscriptions: - workload: staged_workload_released:{{agent_id}}:release_staging:* actions: - - built_in:bump_version - built_in:update_changelog - trigger_pipeline:release_builder From f93c149b295dc4226c494311c088e69551c219ca Mon Sep 17 00:00:00 2001 From: Phani Sajja Date: Mon, 2 May 2022 20:19:19 +0530 Subject: [PATCH 3/3] Remove hyphen Signed-off-by: Phani Sajja --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7bc730273..42d59d087 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022-02-10 \ No newline at end of file +20220210 \ No newline at end of file