Skip to content

Commit

Permalink
version: v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exwm committed Aug 12, 2023
1 parent 083a08b commit f5c6136
Show file tree
Hide file tree
Showing 9 changed files with 677 additions and 640 deletions.
3 changes: 1 addition & 2 deletions .bumpit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version: "5.12.0"
current_version: "5.13.0"
base_branch: "master"
strategy:
name: "semver"
Expand All @@ -10,7 +10,6 @@ tag:
format: "v{version}"
auto_remote_push: False # or False
tracked_files:
- package.json
- src/clipper/version.py
- .github/workflows/yt_clipper_ci.yml
- src/markup/yt_clipper.ts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yt_clipper_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Can work around to some degree using set-env
env:
NAME: yt_clipper
VERSION: '5.12.0'
VERSION: '5.13.0'

jobs:
build:
Expand Down
20 changes: 20 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"skip": {
"commit": true,
"tag": true
},
"scripts": {
"postbump": "poetry run bumpit || true"
},
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "mdeps", "section": "Major Dependency Upgrades" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
]
}
Loading

0 comments on commit f5c6136

Please sign in to comment.