Skip to content

Commit b9eb474

Browse files
committed
ci: Switch to commit-less releases
1 parent 410c1c4 commit b9eb474

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

.releaserc.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
1414
"preset": "conventionalcommits"
1515
}
1616
],
17-
[
18-
"@semantic-release/changelog",
19-
{
20-
"changelogFile": "CHANGELOG.md"
21-
}
22-
],
23-
"semantic-release-pypi",
24-
[
25-
"@semantic-release/git",
26-
{
27-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
28-
"assets": ["pyproject.toml", "CHANGELOG.md"]
29-
}
30-
]
17+
"semantic-release-pypi"
3118
]
3219
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**This file is not updated anymore**
2+
3+
For newer versions, see the GitHub releases
4+
5+
16
## [1.3.4](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.3...v1.3.4) (2024-12-06)
27

38

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "json-schema-for-humans"
3-
version = "1.3.4"
3+
version = "0.1.0" # placeholder, set by semantic-release before publishing
44
description = "Generate static HTML documentation from JSON schemas"
55
authors = ["Denis Blanchette <[email protected]>", "AbdulRahman Al Hamali <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)