secureCodeBox/secureCodeBox

View on GitHub
.github/release-drafter.yml

Summary

Maintainability
Test Coverage
# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0

name-template: "v$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
  - title: "๐Ÿ’ฃ Breaking"
    label: "breaking"
  - title: "๐Ÿš€ Features"
    label: "enhancement"
  - title: "๐Ÿš“ Security Scanner"
    label: "scanner"
  - title: "โš“๏ธ Hooks"
    label: "hook"
  - title: "๐Ÿ› Bug Fixes"
    label: "bug"
  - title: "๐Ÿงช Test"
    labels:
      - "test"
      - "testing"
  - title: "๐Ÿ“š Documentation"
    labels:
      - "docs"
      - "documentation"
  - title: "๐Ÿ”ง Maintenance"
    label: "maintenance"
  - title: "๐Ÿ“Œ Dependencies"
    label: "dependencies"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
exclude-labels:
  - "skip-changelog"
template: |
  ## Changes
  This release contains the following changes ๐ŸŽ‰. Help spread the word or leave a GitHub star if you like it ๐Ÿ˜‰
    
  ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/secureCodeBox/secureCodeBox/$PREVIOUS_TAG) ![GitHub Repo stars](https://img.shields.io/github/stars/secureCodeBox/secureCodeBox?style=social) ![Mastodon URL](https://img.shields.io/mastodon/follow/111902499714281911?domain=https%3A%2F%2Finfosec.exchange%2F)

  $CHANGES

  ## Distribution
  [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/secureCodeBox)](https://artifacthub.io/packages/search?repo=securecodebox)
  [![Docker Hub](https://img.shields.io/badge/Docker%20Hub-secureCodeBox-blue?style=flat&logo=docker&color=lightblue&labelColor=blue&logoColor=white)](https://hub.docker.com/u/securecodebox) 

  ## Contributors
  Thanks to all our contributors supporting this project ๐Ÿค—
  $CONTRIBUTORS