https://github.com/liblaf/copier-release
๐ Automated release management and changelog generation for GitHub projects!
https://github.com/liblaf/copier-release
automation changelog-generation ci-cd code-release continuous-integration copier-template dependency-management github-api release-management versioning workflow-automation
Last synced: 1 day ago
JSON representation
๐ Automated release management and changelog generation for GitHub projects!
- Host: GitHub
- URL: https://github.com/liblaf/copier-release
- Owner: liblaf
- License: mit
- Created: 2024-12-29T08:45:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T01:13:43.000Z (12 months ago)
- Last Synced: 2025-02-09T02:23:43.475Z (12 months ago)
- Topics: automation, changelog-generation, ci-cd, code-release, continuous-integration, copier-template, dependency-management, github-api, release-management, versioning, workflow-automation
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/copier-org/copier)
[Changelog](https://github.com/liblaf/copier-release/blob/main/CHANGELOG.md) ยท [Report Bug](https://github.com/liblaf/copier-release/issues) ยท [Request Feature](https://github.com/liblaf/copier-release/issues)

## โจ Features
- ๐ค **Automated Releases:** Configures Release Please to automatically generate version bumps and changelogs based on conventional commits;
- ๐งฉ **Multi-Language Support:** Supports multiple project types including Go, Node.js, Python, Rust, and simple projects;
- ๐ง **Customizable Configuration:** Provides flexible changelog sections with organized categories for features, fixes, docs, and more;
- ๐ **Clean Output:** Generates well-formatted changelogs with proper section organization and emoji prefixes for better readability;
## ๐ฆ Installation
To install `gh:liblaf/copier-release`, run the following command:
```bash
copier copy --trust gh:liblaf/copier-release .
```
## โจ๏ธ Local Development
You can use Github Codespaces for online development:
[](https://codespaces.new/liblaf/copier-release)
Or clone it for local development:
```bash
git clone https://github.com/liblaf/copier-release.git
cd copier-release
```
## ๐ค Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/copier-release/issues) to get stuck in to show us what you're made of.
[](https://github.com/liblaf/copier-release/pulls)
[](https://github.com/liblaf/copier-release/graphs/contributors)
## ๐ More Copier Templates
- **[Shared](https://github.com/liblaf/copier-shared)** - โจ Automated code quality and maintenance for your projects: A Copier template with pre-commit hooks, MegaLinter, and auto-update workflows.
- **[Release](https://github.com/liblaf/copier-release)** - ๐ Automated release management with Copier and Release Please
- **[Python](https://github.com/liblaf/copier-python)** - ๐ A modern Copier template for Python projects. Pre-configured with mise, ruff, pytest, mkdocs, and GitHub Actions workflows for seamless development.
- **[Rust](https://github.com/liblaf/copier-rust)** - ๐ฆ Copier template for Rust projects with cross-compilation, CI/CD, and release automation
- **[TypeScript](https://github.com/liblaf/copier-typescript)** - ๐ Kickstart your TypeScript project with modern tools like Bun, Biome, and automated CI/CD workflows.
---
#### ๐ License
Copyright ยฉ 2024 [liblaf](https://github.com/liblaf).
This project is [MIT](https://github.com/liblaf/copier-release/blob/main/LICENSE) licensed.