Skip to content

Commit

Permalink
enh(release): move all .version files to the root level of file tree (#…
Browse files Browse the repository at this point in the history
…1972)

* add gorgone .version file

* update gorgone version file

* fix typo

* update code owners for .version files

---------

Co-authored-by: Kevin Duret <[email protected]>
  • Loading branch information
tuntoja and kduret authored Jan 9, 2025
1 parent ad82de9 commit cd8a50c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
gorgone/ @centreon/owners-perl
perl-libs/ @centreon/owners-perl

.version* @centreon/owners-pipelines
.github/** @centreon/owners-pipelines
**/packaging/** @centreon/owners-pipelines
selinux/** @centreon/owners-pipelines
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- reopened
- ready_for_review
paths:
- ".version.centreon-gorgone"
- ".github/workflows/gorgone.yml"
- "gorgone/**"
- "perl-libs/**"
Expand All @@ -32,6 +33,7 @@ on:
- master
- "[2-9][0-9].[0-9][0-9].x"
paths:
- ".version.centreon-gorgone"
- ".github/workflows/gorgone.yml"
- "gorgone/**"
- "perl-libs/**"
Expand All @@ -46,7 +48,7 @@ jobs:
get-environment:
uses: ./.github/workflows/get-environment.yml
with:
version_file: gorgone/.version
version_file: .version.centreon-gorgone

veracode-analysis:
needs: [get-environment]
Expand Down
1 change: 1 addition & 0 deletions .version.centreon-gorgone
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MINOR=0
1 change: 0 additions & 1 deletion gorgone/.version

This file was deleted.

0 comments on commit cd8a50c

Please sign in to comment.