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
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,8 @@ and will be updated when the new release is out.
160
160
Check the latest versions at https://github.com/xpack-dev-tools/ and
161
161
update the dependencies in `build-assets/package.json`.
162
162
163
+
<CheckUpstreamRelease/>
164
+
163
165
### Increase the version and update it in the top `package.json`
164
166
165
167
- determine the version (like <code>{customField('xpackVersion')}</code>)
@@ -172,6 +174,10 @@ like <code>{customField('xpackVersion')}.{customField('npmSubversion')}.pre</cod
172
174
If the project uses `customFields` in `build-assets/package.json`,
173
175
update them.
174
176
177
+
### Update the website commons
178
+
179
+
Run the `website-generate-commons` actions from `build-assets`.
180
+
175
181
### Start the local web server
176
182
177
183
Execute the npm script `clean` then `start` in the website sub-project,
@@ -190,10 +196,8 @@ Determine the version (like <code>{customField('xpackVersion')}</code>)
190
196
and update the `build-assets/scripts/VERSION` file; the format
191
197
is <code>{customField('xpackVersion')}</code>.
192
198
{isXpackSubversionDouble() ?
193
-
'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':
194
-
'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'}.
195
-
196
-
<CheckUpstreamRelease/>
199
+
'The fourth & fifth numbers are the xPack release number of this version. A sixth':
200
+
'The fourth number is the xPack release number of this version. A fifth'} numberwillbeaddedtotheversionin`package.json`whenthepackageispublishedtothe`npm`server.
0 commit comments