Skip to content

Commit

Permalink
chore: prepare first nx releases (#782)
Browse files Browse the repository at this point in the history
* 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
rti and lorenjohnson authored Oct 9, 2024
1 parent 58a3ece commit 0dfc72e
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions build/elasticsearch/CHANGELOG.md
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`
2 changes: 1 addition & 1 deletion build/elasticsearch/package.json
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": {},
Expand Down
5 changes: 5 additions & 0 deletions build/quickstatements/CHANGELOG.md
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`
2 changes: 1 addition & 1 deletion build/quickstatements/package.json
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": {},
Expand Down
9 changes: 9 additions & 0 deletions build/wdqs-frontend/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion build/wdqs-frontend/package.json
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": {},
Expand Down
5 changes: 5 additions & 0 deletions build/wdqs-proxy/CHANGELOG.md
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`
2 changes: 1 addition & 1 deletion build/wdqs-proxy/package.json
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": {},
Expand Down
7 changes: 7 additions & 0 deletions build/wdqs/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion build/wdqs/package.json
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": {},
Expand Down
11 changes: 11 additions & 0 deletions build/wikibase/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion build/wikibase/package.json
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": {},
Expand Down
17 changes: 17 additions & 0 deletions deploy/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion deploy/package.json
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": {},
Expand Down
25 changes: 24 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
}
},
"release": {
"conventionalCommits": {
"types": {
"build": true,
"chore": true,
"ci": true,
"docs": true,
"feat": true,
"fix": true,
"perf": true,
"refactor": true,
"style": true,
"test": true
}
},
"groups": {
"images": {
"projects": [ "build/*" ]
Expand All @@ -21,7 +35,16 @@
"conventionalCommits": true
},
"changelog": {
"projectChangelogs": true
"projectChangelogs": {
"renderOptions": {
"authors": false
}
},
"workspaceChangelog": {
"renderOptions": {
"authors": false
}
}
}
},
"targetDefaults": {
Expand Down

0 comments on commit 0dfc72e

Please sign in to comment.