Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 2, 2025
1 parent c7ac66d commit fa1ab3a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,6 @@ and fix them; assign them to a milestone (like <code>{customField('xpackVersion'

### Update `CHANGELOG.md`

- open the `CHANGELOG.md` file
- check if all previous fixed issues are in
- check the latest commits `xpm run git-log`; if necessary, copy/paste lines,
group by dates and edit them using the below regular expressions
- add a new entry like _**\* v{customField('xpackVersion')} prepared**_
- commit with the message _**prepare v{customField('xpackVersion')}**_

To turn the dates into headings, change from:

```txt
Expand Down Expand Up @@ -257,6 +250,14 @@ to:
*
```

- open the `CHANGELOG.md` file
- check if all previous fixed issues are in
- check the latest commits `xpm run git-log`; if necessary, copy/paste lines,
group by dates and edit them using the below regular expressions
- add a new entry like _**\* v{customField('xpackVersion')} prepared**_
- commit with the message _**prepare v{customField('xpackVersion')}**_


### Push the changes to the `xpack-development` branch

Be sure that the latest commit that updates `VERSION` is pushed
Expand Down Expand Up @@ -619,7 +620,7 @@ xpm run trigger-workflow-build-linux-arm64 -C ~/Work/xpack-dev-tools/cmake-xpack
xpm run trigger-workflow-build-linux-arm -C ~/Work/xpack-dev-tools/cmake-xpack.git/build-assets
```

The scripts behind these actions require the `XPACK_DEV_TOOLS_FG_DISPATCH_TOKEN`
The scripts behind these actions require the `GITHUB_API_DISPATCH_TOKEN`
variable to be present
in the environment, and the organization `PUBLISH_TOKEN` to be visible in the
SettingsAction
Expand Down Expand Up @@ -663,7 +664,7 @@ xpm run trigger-workflow-test-docker-linux-x64 -C ~/Work/xpack-dev-tools/cmake-x
xpm run trigger-workflow-test-docker-linux-arm -C ~/Work/xpack-dev-tools/cmake-xpack.git/build-assets
```

The scripts behind these accessible require the `XPACK_DEV_TOOLS_FG_DISPATCH_TOKEN` variable to be present
The scripts behind these accessible require the `GITHUB_API_DISPATCH_TOKEN` variable to be present
in the environment.

These actions use the `xpack-development` branch of this repo and the
Expand Down

0 comments on commit fa1ab3a

Please # to comment.