Skip to content

Commit 8c64388

Browse files
authored
ci: update release (#34)
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent ab4c144 commit 8c64388

2 files changed

Lines changed: 76 additions & 76 deletions

File tree

.github/release.yml

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,120 +6,120 @@ changelog:
66
categories:
77
- title: 💥 Breaking Changes
88
labels:
9-
- "💥 boom"
9+
- "💥 Introduce breaking changes"
1010
- title: ✨ New Features
1111
labels:
12-
- "sparkles"
13-
- "🎉 tada"
12+
- "Introduce new features"
13+
- "🎉 Begin a project"
1414
- title: 🐛 Bug Fixes
1515
labels:
16-
- "🐛 bug"
17-
- "🚑️ ambulance"
18-
- "🩹 adhesive-bandage"
19-
- "🥅 goal-net"
20-
- "🚨 rotating-light"
21-
- "✏️ pencil2"
16+
- "🐛 Fix a bug"
17+
- "🚑️ Critical hotfix"
18+
- "🩹 Simple fix (non-critical)"
19+
- "🥅 Catch errors"
20+
- "🚨 Fix compiler / linter warnings"
21+
- "✏️ Fix typos"
2222
- title: 🔒️ Security
2323
labels:
24-
- "🔒️ lock"
25-
- "🔐 closed-lock-with-key"
26-
- "🛂 passport-control"
24+
- "🔒️ Fix security / privacy issues"
25+
- "🔐 Add / update secrets"
26+
- "🛂 Authorization / roles / permissions"
2727
- title: ⚡️ Performance
2828
labels:
29-
- "⚡️ zap"
30-
- "🧵 thread"
29+
- "⚡️ Improve performance"
30+
- "🧵 Add / update multithreading / concurrency"
3131
- title: 📝 Documentation
3232
labels:
33-
- "📝 memo"
34-
- "💡 bulb"
35-
- "📄 page-facing-up"
33+
- "📝 Add / update documentation"
34+
- "💡 Add / update source code comments"
35+
- "📄 Add / update license"
3636
- title: 🎨♻️ Code Quality & Refactoring
3737
labels:
38-
- "🎨 art"
39-
- "♻️ recycle"
40-
- "⚰️ coffin"
41-
- "🔥 fire"
42-
- "🚚 truck"
43-
- "🗑️ wastebasket"
38+
- "🎨 Improve code structure / format"
39+
- "♻️ Refactor code"
40+
- "⚰️ Remove dead code"
41+
- "🔥 Remove code or files"
42+
- "🚚 Move / rename resources"
43+
- "🗑️ Deprecate code"
4444
- title: ✅ Testing
4545
labels:
46-
- "white-check-mark"
47-
- "🧪 test-tube"
48-
- "📸 camera-flash"
49-
- "🤡 clown-face"
46+
- "Add / update / pass tests"
47+
- "🧪 Add a failing test"
48+
- "📸 Add / update snapshots"
49+
- "🤡 Mock things"
5050
- title: 🔧 Configuration & Dependencies
5151
labels:
52-
- "🔧 wrench"
53-
- "⬆️ arrow-up"
54-
- "⬇️ arrow-down"
55-
- "📌 pushpin"
56-
- "heavy-plus-sign"
57-
- "heavy-minus-sign"
58-
- "🚩 triangular-flag-on-post"
52+
- "🔧 Add / update configuration"
53+
- "⬆️ Upgrade dependencies"
54+
- "⬇️ Downgrade dependencies"
55+
- "📌 Pin dependencies"
56+
- "Add a dependency"
57+
- "Remove a dependency"
58+
- "🚩 Add / update / remove feature flags"
5959
- title: 🏗️ Architecture & Infrastructure
6060
labels:
61-
- "🏗️ building-construction"
62-
- "🧱 bricks"
63-
- "👷 construction-worker"
64-
- "💚 green-heart"
65-
- "📦️ package"
66-
- "🍱 bento"
61+
- "🏗️ Architectural changes"
62+
- "🧱 Infrastructure changes"
63+
- "👷 Add / update CI build system"
64+
- "💚 Fix CI build"
65+
- "📦️ Add / update packages"
66+
- "🍱 Add / update assets"
6767
- title: 🚀 Deployment & Releases
6868
labels:
69-
- "🚀 rocket"
70-
- "🔖 bookmark"
69+
- "🚀 Deploy"
70+
- "🔖 Release / version tags"
7171
- title: 🎨 UI & Styling
7272
labels:
73-
- "💄 lipstick"
74-
- "💫 dizzy"
75-
- "📱 iphone"
73+
- "💄 Add / update UI and styles"
74+
- "💫 Add / update animations"
75+
- "📱 Work on responsive design"
7676
- title: ♿️ Accessibility & UX
7777
labels:
78-
- "♿️ wheelchair"
79-
- "🚸 children-crossing"
80-
- "✈️ airplane"
78+
- "♿️ Improve accessibility"
79+
- "🚸 Improve UX / usability"
80+
- "✈️ Improve offline support"
8181
- title: 🌐 Internationalization
8282
labels:
83-
- "🌐 globe-with-meridians"
84-
- "💬 speech-balloon"
83+
- "🌐 Internationalization / localization"
84+
- "💬 Add / update text and literals"
8585
- title: 🗃️ Data & Database
8686
labels:
87-
- "🗃️ card-file-box"
88-
- "🌱 seedling"
87+
- "🗃️ Database changes"
88+
- "🌱 Add / update seed files"
8989
- title: 🔊 Logging & Monitoring
9090
labels:
91-
- "🔊 loud-sound"
92-
- "🔇 mute"
93-
- "🩺 stethoscope"
94-
- "🔍️ mag"
95-
- "📈 chart-with-upwards-trend"
91+
- "🔊 Add / update logs"
92+
- "🔇 Remove logs"
93+
- "🩺 Add / update healthcheck"
94+
- "🔍️ Improve SEO"
95+
- "📈 Add / update analytics"
9696
- title: 🏷️ Types & Validation
9797
labels:
98-
- "🏷️ label"
99-
- "🦺 safety-vest"
98+
- "🏷️ Add / update types"
99+
- "🦺 Add / update validation"
100100
- title: 👔 Business Logic & Sponsorship
101101
labels:
102-
- "👔 necktie"
103-
- "💸 money-with-wings"
102+
- "👔 Add / update business logic"
103+
- "💸 Add sponsorships / financial infrastructure"
104104
- title: 🔨 Development Experience
105105
labels:
106-
- "🔨 hammer"
107-
- "🧑‍💻 technologist"
108-
- "🙈 see-no-evil"
109-
- "🔀 twisted-rightwards-arrows"
110-
- "⏪️ rewind"
106+
- "🔨 Add / update development scripts"
107+
- "🧑‍💻 Improve developer experience"
108+
- "🙈 Add / update .gitignore"
109+
- "🔀 Merge branches"
110+
- "⏪️ Revert changes"
111111
- title: 👽️🦖 External & Backwards Compatibility Changes
112112
labels:
113-
- "👽️ alien"
114-
- "🦖 t-rex"
113+
- "👽️ Update due to external API changes"
114+
- "🦖 Add backwards compatibility"
115115
- title: 🚧 Work in Progress & Experiments
116116
labels:
117-
- "🚧 construction"
118-
- "⚗️ alembic"
119-
- "🧐 monocle-face"
117+
- "🚧 Work in progress"
118+
- "⚗️ Perform experiments"
119+
- "🧐 Data exploration / inspection"
120120
- title: 🍻 Miscellaneous
121121
labels:
122-
- "🍻 beers"
123-
- "💩 poop"
124-
- "🥚 egg"
125-
- "👥 busts-in-silhouette"
122+
- "🍻 Write code drunkenly"
123+
- "💩 Bad code (needs improvement)"
124+
- "🥚 Add / update easter egg"
125+
- "👥 Add / update contributors"

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S uv run --script # noqa: EXE001
22
# /// script
3-
# dependencies = ["nox", "nox_uv"]
3+
# dependencies = ["nox", "nox-uv"]
44
# ///
55
"""Nox setup."""
66

0 commit comments

Comments
 (0)