Skip to content

Commit

Permalink
chore: template for auto generated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Nov 4, 2024
1 parent 4efb695 commit 0124836
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#
# Copyright (c) 2023 ZettaScale Technology
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ZettaScale Zenoh Team, <zenoh@zettascale.tech>
#

changelog:
categories:
- title: Breaking changes πŸ’₯
labels:
- breaking-change
- title: New features πŸŽ‰
labels:
- enhancement
- new feature
- title: Bug fixes 🐞
labels:
- bug
- title: Documentation πŸ“
labels:
- documentation
- title: Dependencies πŸ‘·
labels:
- dependencies
- title: Other changes
labels:
- "*"

0 comments on commit 0124836

Please sign in to comment.