Compare commits

..

No commits in common. "c2c218d18957db7f32d3830438cf6f2192a2949a" and "bcd77f2dd3d376446219b10eb263e0c9b409cfdf" have entirely different histories.

3 changed files with 0 additions and 77 deletions

View File

@ -1,30 +0,0 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
version-resolver:
major:
labels:
- 'ReleaseTarget/Major'
- 'Kind/Breaking'
minor:
labels:
- 'ReleaseTarget/Minor'
patch:
labels:
- 'ReleaseTarget/Patch'
default: patch
categories:
- title: '🚀 Features'
labels:
- 'Kind/Breaking'
- 'Kind/Feature'
- 'Kind/Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Kind/Bug'
- 'Kind/Security'
- title: '🧰 Maintenance'
labels:
- 'Kind/Documentation'
- 'Kind/CI'

View File

@ -1,17 +0,0 @@
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Use Go Action
id: use-go-action
uses: https://git.beisel.it/florian/gitea-release-drafter@main

View File

@ -1,30 +0,0 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
## [Unreleased]
### Changed
- Change executable name in the Docker image to `gitea-register-account-bot`
### Security
- Use non root user in the Docker image
## [0.0.1] - 2024-01-10
### Added
- Added gitea account registration via !register
<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
[unreleased]: https://git.beisel.it/beisel.org/gitea-register-account-bot/compare/v0.0.1...HEAD
[0.0.1]: https://git.beisel.it/beisel.org/gitea-register-account-bot/releases/tag/v0.0.1