Skip to content

Commit

Permalink
🔖 camply 0.32.0
Browse files Browse the repository at this point in the history
- [`b110eea`](b110eea)  Python 3.12 (Issues: [`#310`](#310))

[skip ci]
  • Loading branch information
juftin committed Jan 6, 2024
1 parent b110eea commit 879caf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,10 @@
name: Labeler

on:
push:
branches:
- main
issues:
types: [opened]
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
branches:
- main

jobs:
label-sync:
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Run Labeler
uses: crazy-max/[email protected]
with:
yaml-file: .github/labels.yaml
skip-delete: false
dry-run: false

apply-triage-label:
if: github.event_name == 'issues'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[
"@semantic-release/git",
{
"assets": ["pyproject.toml", "*/__about__.py"],
"assets": ["pyproject.toml", "*/_version.py"],
"message": "🔖 camply ${nextRelease.version}\n\n${nextRelease.notes}\n[skip ci]"
}
],
Expand Down
2 changes: 1 addition & 1 deletion camply/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = "Justin Flannery"
__email__ = "[email protected]"
__application__ = "camply"
__version__ = "0.31.1"
__version__ = "0.32.0"

0 comments on commit 879caf6

Please sign in to comment.