Skip to content

Commit 6375f69

Browse files
committed
prepare v1.8.5-1
1 parent 7269d0a commit 6375f69

29 files changed

+114
-78
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Entries in this file are in reverse chronological order.
44

55
## 2025-10-04
66

7+
* v1.8.5-1 prepared
8+
* 7269d0a 1.7.2-1.1
9+
* e6fd646 CHANGELOG: publish npm v1.7.2-1.1
710
* v1.7.2-1.1 published on npmjs.com
811
* 58cab6d package.json: update URLs for 1.7.2-1.1 release
912
* b5a5e51 website: blog post release 1.7.2-1.1 published

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For information on how to install and use this project, please refer to the
1717
## Project source
1818

1919
The source code of the current release is available on
20-
[GitHub tag v1.7.2-1.1 tree](https://github.com/xpack-dev-tools/meson-build-xpack/tree/v1.7.2-1.1).
20+
[GitHub tag v1.8.5-1.1 tree](https://github.com/xpack-dev-tools/meson-build-xpack/tree/v1.8.5-1.1).
2121

2222
## License
2323

build-assets/scripts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.2-1
1+
1.8.5-1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpack-dev-tools/meson-build",
3-
"version": "1.7.2-1.1",
3+
"version": "1.8.5-1.1.pre",
44
"description": "A binary xpm package with the Meson Build executables",
55
"main": "",
66
"scripts": {

website/docs/_common/_generate-top-commons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Execute the top **generate-top-commons** npm script to update the
99
`build-assets/package.json` and the GitHub workflow files.
1010

1111
```sh
12-
(cd ~/Work/xpack-dev-tools/meson-build-xpack.git; npm run generate-top-commons)
12+
npm run generate-top-commons -C ~/Work/xpack-dev-tools/meson-build-xpack.git
1313
```
1414

1515
### Commit the top changes
1616

1717
- Stage GitHub workflows and `package.json` files (top and from `build-assets`)
18-
- **Commit** with the message _**re-generate top commons to bump deps**_
18+
- **Commit** with the message _**re-generate top commons**_

website/docs/_common/_generate-website-commons.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33

44
{/* ------------------------------------------------------------------------ */}
55

6-
### Update the website commons
6+
### Generate the website commons
77

88
Execute the **generate-website-commons** npm script from `website/package.json`
99
within the project folder.
1010

1111
```sh
12-
npm run generate-website-commons -C website
12+
npm run generate-website-commons -C ~/Work/xpack-dev-tools/meson-build-xpack.git/website
1313
```
14+
15+
### Commit the website changes
16+
17+
- Stage the `website` folder and top `README.md`
18+
- **Commit** with the message _**re-generate website commons**_

website/docs/_common/_start-local-web-server.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Execute the npm script **clear** followed by **start** in the website sub-projec
99
or execute the following within the project folder:
1010

1111
```sh
12-
npm run clear -C website
13-
npm run start -C website
12+
npm run clear -C ~/Work/xpack-dev-tools/meson-build-xpack.git/website
13+
npm run start -C ~/Work/xpack-dev-tools/meson-build-xpack.git/website
1414
```
1515

1616
Navigate to the **Maintainer Info** page,
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
{/* ------------------------------------------------------------------------ */}
5+
6+
### Update the top commons
7+
8+
Execute the top **generate-top-commons** npm script to update the
9+
`build-assets/package.json` and the GitHub workflow files.
10+
11+
```sh
12+
npm run generate-top-commons -C ~/Work/xpack-dev-tools/meson-build-xpack.git
13+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{/* DO NOT EDIT! */}
2+
{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
3+
4+
{/* ------------------------------------------------------------------------ */}
5+
6+
### Update the website commons
7+
8+
Execute the **generate-website-commons** npm script from `website/package.json`
9+
within the project folder.
10+
11+
```sh
12+
npm run generate-website-commons -C ~/Work/xpack-dev-tools/meson-build-xpack.git/website
13+
```

website/docs/developer/_common/_platform-docker-section.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ or, for increased verbosity, execute the similar development build:
4646
archive and its SHA signature, created within
4747
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4848

49-
- <code>xpack-meson-build-1.7.2-1-{props.platform}.tar.gz</code>
50-
- <code>xpack-meson-build-1.7.2-1-{props.platform}.tar.gz.sha</code>
49+
- <code>xpack-meson-build-1.8.5-1-{props.platform}.tar.gz</code>
50+
- <code>xpack-meson-build-1.8.5-1-{props.platform}.tar.gz.sha</code>
5151

5252
To re-execute the build, invoke the **deep-clean** action and repeat from installation:
5353

0 commit comments

Comments
 (0)