Skip to content

Commit

Permalink
Merge pull request #166 from sanders41/bump-version
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
sanders41 authored Dec 18, 2023
2 parents 059c98c + a693293 commit fe133be
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
28 changes: 15 additions & 13 deletions .github/release_drafter_template.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
exclude-labels:
- 'dependencies'
- 'skip-changelog'
- "dependencies"
- "skip-changelog"
version-resolver:
major:
labesl:
- "breaking_change"
minor:
labels:
- 'breaking-change'
- 'enhancement'
- "enhancement"
default: patch
categories:
- title: 'Features'
- title: "Features"
labels:
- 'enhancement'
- title: 'Bug Fixes'
- "enhancement"
- title: "Bug Fixes"
labels:
- 'bug'
- title: '⚠️ Breaking changes'
label: 'breaking-change'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
- "bug"
- title: "⚠️ Breaking changes"
label: "breaking-change"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
template: |
## Changes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-project-generator"
version = "0.6.14"
version = "1.0.0"
edition = "2021"
authors = ["Paul Sanders <psanders1@gmail.com>"]
description = "Generates a Python project structure."
Expand Down

0 comments on commit fe133be

Please sign in to comment.