Skip to content

Commit e53612c

Browse files
Use latest release note generation tooling
1 parent 4e9d599 commit e53612c

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

.factory/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ release:
101101
validation:
102102
validate-release-notes:
103103
image: vaticle-ubuntu-22.04
104-
command: bazel run @vaticle_dependencies//tool/release/notes:validate --test_output=streamed
104+
command: bazel run @vaticle_dependencies//tool/release/notes:validate --test_output=streamed -- ./RELEASE_NOTES_LATEST.md
105105
deployment:
106106
deploy-github:
107107
image: vaticle-ubuntu-22.04

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy_github(
4747
name = "deploy-github",
4848
organisation = deployment["github.organisation"],
4949
repository = deployment["github.repository"],
50-
release_description = "//:LATEST_RELEASE_NOTES.md",
50+
release_description = "//:RELEASE_NOTES_LATEST.md",
5151
title = "TypeDB Protocol",
5252
title_append_version = True,
5353
draft = False,
File renamed without changes.

RELEASE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# TypeDB Protocol
2+
13
Documentation: https://docs.vaticle.com/docs/client-api/
24

35
### Distribution

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "172c7eed134bad3dd8a2d26cfd608b11b8e3996f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "707fc228b5eff85527107243942f2cea1880f775", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

tool/release/create_notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
#
1818

19-
bazel run @vaticle_dependencies//tool/release/notes:create -- vaticle typedb-protocol HEAD $(cat VERSION) ./RELEASE_TEMPLATE.md ./LATEST_RELEASE_NOTES.md
19+
bazel run @vaticle_dependencies//tool/release/notes:create -- vaticle typedb-protocol HEAD $(cat VERSION) ./RELEASE_TEMPLATE.md ./RELEASE_NOTES_LATEST.md

0 commit comments

Comments
 (0)