-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare first nx releases (#782)
* chore(nx): do not generate github releases for now * chore: Release wdqs-frontend 1.0.1 * chore(nx): configure types for changelog * chore: Release wikibase 3.0.1 * chore: Release wdqs 1.0.1 * chore: Release wdqs-proxy 1.0.1 * chore: Release elasticsearch 1.0.1 * chore: Release quickstatements 1.0.1 * chore: Release deploy 3.1.0 * fix: lint * fix: do not print authors in changelogs * feat: add all conventional commit types mentioned in spec * fix: configure github actions git to match wikibase-suite-bot * chore: adjust versions and changelogs * fix: date * fix: version --------- Co-authored-by: Loren Johnson <[email protected]>
- Loading branch information
1 parent
58a3ece
commit 0dfc72e
Showing
16 changed files
with
92 additions
and
10 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -53,8 +53,8 @@ jobs: | |
set -e # abort on error | ||
set -x # show commands | ||
git config --global user.name 'wikibase suite github actions bot' | ||
git config --global user.email 'wikibase-suite-[email protected]' | ||
git config --global user.name 'wikibase-suite-bot' | ||
git config --global user.email 'wikibase-suite-[email protected]' | ||
if [ "${{ inputs.dry_run }}" == "true" ]; then | ||
DRY_RUN_FLAG="--dry-run" | ||
|
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,5 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Switch from `.example.com` to `.example` |
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,6 +1,6 @@ | ||
{ | ||
"name": "elasticsearch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,5 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Switch from `.example.com` to `.example` |
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,6 +1,6 @@ | ||
{ | ||
"name": "quickstatements", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,9 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Switch from `.example.com` to `.example` | ||
|
||
### 🩹 Fixes | ||
|
||
- Link to Query Builder now points to the source code repository ([#664](https://github.com/wmde/wikibase-release-pipeline/issues/664)) |
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,6 +1,6 @@ | ||
{ | ||
"name": "wdqs-frontend", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,5 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Switch from `.example.com` to `.example` |
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,6 +1,6 @@ | ||
{ | ||
"name": "wdqs-proxy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,7 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Switch from `.example.com` to `.example` | ||
- Add comments in "Updater keeps restarting" FAQ entry | ||
- Correct typos |
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,6 +1,6 @@ | ||
{ | ||
"name": "wdqs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,11 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 📖 Documentation | ||
|
||
- Link to MediaWiki bundled extensions | ||
- Switch from `.example.com` to `.example` | ||
|
||
### 🏡 Chore | ||
|
||
- Removes re-installation of extensions already packaged with MediaWiki (ConfirmEdit, Nuke, Scribunto, SyntaxHighlight_Geshi, VisualEditor) | ||
- Updates Wikibase EDTF extension |
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,6 +1,6 @@ | ||
{ | ||
"name": "wikibase", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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,17 @@ | ||
## **[email protected]** (2024-10-09) | ||
|
||
### 🩹 Fixes | ||
|
||
- `*_PUBLIC_HOST` URLs default to `.example` TLD from `example.com` ([T372455](https://phabricator.wikimedia.org/T372455)) | ||
- Removes published ports for wikibase, quickstatements, and wdqs-frontend services ([T372455](https://phabricator.wikimedia.org/T372455)) | ||
- Wikibase waits for elasticsearch service to be up ([T371162](https://phabricator.wikimedia.org/T371162)) | ||
|
||
### 📖 Documentation | ||
|
||
- Do not use `--wait` in `docker compose up` in order to see logs | ||
- Link to WDQS updater crash FAQ entry | ||
- Corrected typos | ||
|
||
### 🏡 Chore | ||
|
||
- Adds default Traefik LetsEncrypt configuration for services |
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,6 +1,6 @@ | ||
{ | ||
"name": "deploy", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"nx": { | ||
"targets": { | ||
"lint": {}, | ||
|
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