Skip to content

Commit 879caf6

Browse files
committed
🔖 camply 0.32.0
- [`b110eea`](b110eea) Python 3.12 (Issues: [`#310`](#310)) [skip ci]
1 parent b110eea commit 879caf6

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

.github/workflows/labeler.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
11
name: Labeler
22

33
on:
4-
push:
5-
branches:
6-
- main
74
issues:
85
types: [opened]
9-
pull_request:
10-
types:
11-
- opened
12-
- reopened
13-
- synchronize
14-
- labeled
15-
- unlabeled
16-
branches:
17-
- main
186

197
jobs:
20-
label-sync:
21-
if: github.event_name == 'push'
22-
runs-on: ubuntu-latest
23-
steps:
24-
- name: Check out the repository
25-
uses: actions/checkout@v3
26-
- name: Run Labeler
27-
uses: crazy-max/ghaction-github-labeler@v4.0.0
28-
with:
29-
yaml-file: .github/labels.yaml
30-
skip-delete: false
31-
dry-run: false
32-
338
apply-triage-label:
349
if: github.event_name == 'issues'
3510
runs-on: ubuntu-latest

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
[
2626
"@semantic-release/git",
2727
{
28-
"assets": ["pyproject.toml", "*/__about__.py"],
28+
"assets": ["pyproject.toml", "*/_version.py"],
2929
"message": "🔖 camply ${nextRelease.version}\n\n${nextRelease.notes}\n[skip ci]"
3030
}
3131
],

camply/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__author__ = "Justin Flannery"
66
__email__ = "juftin@juftin.com"
77
__application__ = "camply"
8-
__version__ = "0.31.1"
8+
__version__ = "0.32.0"

0 commit comments

Comments
 (0)