File tree Expand file tree Collapse file tree 3 files changed +4
-26
lines changed
packages/mcp-django-shell Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 11# Releasing a New Version
22
3+ > [ !NOTE]
4+ >
5+ > This is out-of-date and will be updated soon.
6+
37When it comes time to cut a new release, follow these steps:
48
591 . Create a new git branch off of ` main ` for the release.
Original file line number Diff line number Diff line change @@ -61,16 +61,3 @@ requires-python = ">=3.10"
6161Documentation = " https://github.com/joshuadavidthomas/mcp-django#README"
6262Issues = " https://github.com/joshuadavidthomas/mcp-django/issues"
6363Source = " https://github.com/joshuadavidthomas/mcp-django"
64-
65- [tool .bumpver ]
66- commit = true
67- commit_message = " :bookmark: bump version {old_version} -> {new_version}"
68- current_version = " 0.8.0"
69- push = false # set to false for CI
70- tag = false
71- version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
72-
73- [tool .bumpver .file_patterns ]
74- "pyproject.toml" = [
75- ' version = "{version}"'
76- ]
Original file line number Diff line number Diff line change @@ -88,19 +88,6 @@ Documentation = "https://github.com/joshuadavidthomas/mcp-django#README"
8888Issues = " https://github.com/joshuadavidthomas/mcp-django/issues"
8989Source = " https://github.com/joshuadavidthomas/mcp-django"
9090
91- [tool .bumpver ]
92- commit = true
93- commit_message = " :bookmark: bump version {old_version} -> {new_version}"
94- current_version = " 0.1.0a1"
95- push = false # set to false for CI
96- tag = false
97- version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
98-
99- [tool .bumpver .file_patterns ]
100- "pyproject.toml" = [
101- ' version = "{version}"'
102- ]
103-
10491[tool .coverage .paths ]
10592source = [
10693 " packages/*/src" ,
You can’t perform that action at this time.
0 commit comments