diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..34f9cd7b --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,11 @@ +changelog: + categories: + - title: 🏕 Plugin + labels: + - '*' + exclude: + labels: + - CenRa_AUTOMAP + - title: 👒 CenRa_AUTOMAP + labels: + - CenRa_AUTOMAP \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5421466c..14ea5031 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ #Ignores all folders /* !plugins.xml -!action.yml +!.github/ #Skip Ignores !CenRa_AUTOMAP/ diff --git a/action.yml b/action.yml deleted file mode 100644 index c7452f72..00000000 --- a/action.yml +++ /dev/null @@ -1,11 +0,0 @@ -uses: tlaveille/gitea-release-action@v1 -name: auto_release -prerelease: true -body: c'est un test de release automatique -repository: CEN-RA/Plugin_QGIS -env: - NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 -with: - files: |- - CenRa_AUTOMAP/ - plugins.xml \ No newline at end of file