mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
- use rustls for reqwest, so we don't need to compile OpenSSL - use better defaults for build arguments in Dockerfile - add Continuous Integration workflow for master branch and it's pull requests - add Release workflow for tags matching SemVer - add release template for automatic release notes generation with GH CLI - remove old and unused assets under .github
17 lines
No EOL
332 B
YAML
17 lines
No EOL
332 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
categories:
|
|
- title: Breaking Changes 🛠
|
|
labels:
|
|
- breaking-change
|
|
- title: New Features 🎉
|
|
labels:
|
|
- enhancement
|
|
- title: Bug fixes 🐛
|
|
labels:
|
|
- bug
|
|
- title: Other Changes 🔄
|
|
labels:
|
|
- "*" |