Skip to content

Commit a3df7d6

Browse files
committed
update p2.timestamp
1 parent e054e99 commit a3df7d6

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

README-MAINTAINER.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -301,17 +301,6 @@ Go to the release candidate folder
301301

302302
Copy the tag and enter it in Git, like `v6.1.1-202101200825` (with `v`).
303303

304-
## Add GitHub release
305-
306-
In GitHub releases (https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release
307-
308-
- tag: _v6.1.1_
309-
- title _Eclipse Embedded CDT plug-ins v6.1.1_
310-
- copy/paste from the release page
311-
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/2021/01/18/plugins-v6.1.1-released/)` with a link to the web page
312-
- do not attach files
313-
- click **Publish release**
314-
315304
## Publish the final release
316305

317306
When the plug-ins are considered stable:
@@ -321,7 +310,7 @@ When the plug-ins are considered stable:
321310
- `repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml`
322311
- add new child like `<child location='../../releases/6.1.1/p2'/>`
323312
- update `p2.timestamp` to the value shown at the end of the `make-release-candidate-from-master`
324-
- push master with a message like **add 6.1.1 to composite**
313+
- **push** master with a message like _add 6.1.1 to composite_
325314

326315
- go to https://ci.eclipse.org/embed-cdt/
327316
- **login** (otherwise the next link is not visible!)
@@ -345,9 +334,17 @@ The public update URLs are:
345334
- https://download.eclipse.org/embed-cdt/updates/v6/
346335
- https://download.eclipse.org/embed-cdt/releases/6.1.1/p2/
347336

348-
## Add Git tag for release
337+
## Add GitHub release
338+
339+
In [GitHub releases](https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release
340+
341+
- tag: _v6.1.1_ (with `v`)
342+
- title _Eclipse Embedded CDT plug-ins v6.1.1_
343+
- copy/paste from the release page
344+
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/2021/01/18/plugins-v6.1.1-released/)` with a link to the web page
345+
- do not attach files
346+
- click **Publish release**
349347

350-
Add a tag like `v6.1.1` (with `v`).
351348

352349
### Update the Eclipse Marketplace records
353350

repositories/org.eclipse.embedcdt-repository/composite/compositeArtifacts.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with `date +%s%3N` on Linux -->
7-
<property name='p2.timestamp' value='1611064386640'/>
7+
<property name='p2.timestamp' value='1611131569307'/>
88
</properties>
99
<children size='1'>
1010
<child location='../../releases/6.0.0/p2'/>

repositories/org.eclipse.embedcdt-repository/composite/compositeContent.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
55
<properties size='1'>
66
<!-- timestamp made with `date +%s%3N` on Linux -->
7-
<property name='p2.timestamp' value='1611064386640'/>
7+
<property name='p2.timestamp' value='1611131569307'/>
88
</properties>
99
<children size='1'>
1010
<child location='../../releases/6.0.0/p2'/>

0 commit comments

Comments
 (0)