diff options
author | Olivier Lamy <olamy@apache.org> | 2022-04-11 14:11:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 14:11:45 +1000 |
commit | 6f4b08e4ad279dcf77faa8034f3e3983e3afde32 (patch) | |
tree | 48d0adaec669ca50e26505437377b645afd8323c /.github/release-drafter.yml | |
parent | eb489a1deedf3366325922b29473c8b2302f9fce (diff) | |
download | archiva-6f4b08e4ad279dcf77faa8034f3e3983e3afde32.tar.gz archiva-6f4b08e4ad279dcf77faa8034f3e3983e3afde32.zip |
add gh action, dependabot and release-drafter and get rid of travis (#65)
* add gh action, dependabot and release-drafter and get rid of travis
* move owasp check in a separate profile
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to '.github/release-drafter.yml')
-rw-r--r-- | .github/release-drafter.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index aad5e119c..356a9b584 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,3 +16,4 @@ # under the License. _extends: archiva-parent +tag-template: archiva-$NEXT_MINOR_VERSION |