File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 cache : ' pip' # optional and only works for Python projects
2727
2828 - name : Run same-version
29- uses : willynilly/same-version@v6.1 .0
29+ uses : willynilly/same-version@v7.0 .0
3030 with :
3131 fail_for_missing_file : false
3232 check_github_event : true
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ keywords:
3434 - metadata
3535 - harmonization
3636license : Apache-2.0
37- version : " 6.1 .0"
37+ version : " 7.0 .0"
3838date-released : " 2025-06-10"
3939references :
4040 - title : Citation File Format
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ jobs:
259259 python-version : " >=3.10"
260260
261261 - name : Run same-version
262- uses : willynilly/same-version@v6.1 .0
262+ uses : willynilly/same-version@v7.0 .0
263263 with :
264264 fail_for_missing_file : false
265265 check_github_event : true
@@ -309,7 +309,7 @@ jobs:
309309 python-version : " >=3.10"
310310
311311 - name : Run same-version
312- uses : willynilly/same-version@v6.1 .0
312+ uses : willynilly/same-version@v7.0 .0
313313 with :
314314 fail_for_missing_file : false
315315 check_github_event : true
@@ -347,7 +347,7 @@ Add to your `.pre-commit-config.yaml`:
347347` ` ` yaml
348348repos:
349349 - repo: https://github.com/willynilly/same-version
350- rev: v6.1 .0 # Use latest tag
350+ rev: v7.0 .0 # Use latest tag
351351 hooks:
352352 - id: same-version
353353 stages: [pre-commit, pre-push]
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/willynilly/same-version
3- rev : v6.1 .0 # Use latest tag
3+ rev : v7.0 .0 # Use latest tag
44 hooks :
55 - id : same-version
66 stages : [pre-commit, pre-push]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " same-version"
7- version = " 6.1 .0"
7+ version = " 7.0 .0"
88description = " Automatically ensures your software version metadata is consistent across key project files."
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -60,6 +60,7 @@ sources = ["src"]
6060
6161[tool .hatch .build .targets .wheel ]
6262packages = [" same_version" ]
63+ sources = [" src" ]
6364
6465[project .scripts ]
6566same-version = " same_version.main:main"
You can’t perform that action at this time.
0 commit comments