Skip to content

Commit eb3a6cb

Browse files
build: add tag, update changelog
1 parent ac40baa commit eb3a6cb

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ tasks.register('sphinx', Exec) {
478478
}
479479

480480
publish {
481-
dependsOn(check, sphinx)
481+
dependsOn(check, gitChangelogTask, renderRR, xslt, updateKeywords, xmldoc)
482482
}
483483

484484
publishing {
@@ -571,7 +571,7 @@ remotes {
571571
}
572572

573573
tasks.register('upload') {
574-
dependsOn(check, sphinx)
574+
dependsOn(check, assemble, gitChangelogTask, renderRR, xslt, updateKeywords, xmldoc)
575575
doFirst {
576576
if (findProperty("${project.name}.host") == null) {
577577
println(

src/site/sphinx/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ Latest Changes since |JSQLPARSER_VERSION|
88
=============================================================
99

1010

11+
* **doc: Migration to 4.7**
12+
13+
Andreas Reichel, 2023-09-02
14+
* **[maven-release-plugin] prepare for next development iteration**
15+
16+
Tobias Warneke, 2023-09-01
17+
* **[maven-release-plugin] prepare release jsqlparser-4.7**
18+
19+
Tobias Warneke, 2023-09-01
20+
* **feat: H2 BYTEA Values `X'01' '02'`**
21+
22+
Andreas Reichel, 2023-09-01
23+
* **doc: update changelog**
24+
25+
Andreas Reichel, 2023-09-01
1126
* **feat: BigQuery Except(..) Replace(..) syntax**
1227

1328
Andreas Reichel, 2023-09-01

0 commit comments

Comments
 (0)