You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with 14.2.Rel1 there is a link to a [README](https://gitlab.arm.com/tooling/gnu-devtools-for-arm/-/blob/main/README.md) explaining the new build scripts.
- identify the commit ID from release notes or manifest.txt (search back in time)
24
25
- add a tag like <code>binutils-{customField('binutilsVersionMajor')}.{customField('binutilsVersionMinor')}--{versionMajor()}.{versionMinor()}.rel{customField('armSubRelease')}</code>
25
26
- push the tag to origin
26
27
- check the tag at https://github.com/xpack-dev-tools/binutils-gdb/tags/
@@ -29,26 +30,53 @@ Similarly for GDB:
29
30
30
31
- checkout the branch mentioned in the release notes
Copy file name to clipboardExpand all lines: website/docs/maintainer/index.mdx
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,8 @@ and will be updated when the new release is out.
161
161
Check the latest versions at https://github.com/xpack-dev-tools/ and
162
162
update the dependencies in `build-assets/package.json`.
163
163
164
+
<CheckUpstreamRelease/>
165
+
164
166
### Increase the version and update it in the top `package.json`
165
167
166
168
- determine the version (like <code>{customField('xpackVersion')}</code>)
@@ -173,6 +175,10 @@ like <code>{customField('xpackVersion')}.{customField('npmSubversion')}.pre</cod
173
175
If the project uses `customFields` in `build-assets/package.json`,
174
176
update them.
175
177
178
+
### Update the website commons
179
+
180
+
Run the `website-generate-commons` actions from `build-assets`.
181
+
176
182
### Start the local web server
177
183
178
184
Execute the npm script `clean` then `start` in the website sub-project,
@@ -191,10 +197,8 @@ Determine the version (like <code>{customField('xpackVersion')}</code>)
191
197
and update the `build-assets/scripts/VERSION` file; the format
192
198
is <code>{customField('xpackVersion')}</code>.
193
199
{isXpackSubversionDouble() ?
194
-
'The fourth & fifth numbers are the xPack release number of this version. A sixth number will be added to the version in `package.json` when the package is published to the `npm` server':
195
-
'The fourth number is the xPack release number of this version. A fifth number will be added to the version in `package.json` when the package is published to the `npm` server'}.
196
-
197
-
<CheckUpstreamRelease/>
200
+
'The fourth & fifth numbers are the xPack release number of this version. A sixth':
201
+
'The fourth number is the xPack release number of this version. A fifth'} numberwillbeaddedtotheversionin`package.json`whenthepackageispublishedtothe`npm`server.
0 commit comments