-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deployment and instructions (#193)
* update deployment and instructions * Correct current version number --------- Co-authored-by: rowanhemsi <rowan.hemsi@ons.gov.uk>
- Loading branch information
1 parent
bb4f56b
commit 2990c06
Showing
4 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[tool.bumpversion] | ||
current_version = "2023.2" | ||
parse = "(?P<year>\\d+)\\.(?P<build>\\d+)" | ||
serialize = ["{year}.{build}"] | ||
tag = true | ||
sign_tags = false | ||
tag_name = "v{new_version}" | ||
tag_message = "Bump version: {current_version} → {new_version}" | ||
allow_dirty = false | ||
commit = true | ||
message = "Bump version: {current_version} → {new_version}" | ||
|
||
[[tool.bumpversion.files]] | ||
filename = "book/_config.yml" | ||
search = "Book version {current_version}" | ||
replace = "Book version {new_version}" | ||
|
||
[[tool.bumpversion.files]] | ||
filename = "book/intro.md" | ||
search = "(version {current_version})" | ||
replace = "(version {new_version})" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
bump2version | ||
bump-my-version | ||
pre-commit | ||
pymarkdownlnt |