Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 11, 2024
1 parent c837007 commit a3b3b1f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ page, click the
[Milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/)
button and add a
[new](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new/)
milestone. As title, use the current version, like _v6.4.0_.
milestone. As title, use the current version, like _v6.5.0_.

### Update version in README-MAINTENANCE

Expand Down Expand Up @@ -121,17 +121,17 @@ For the plug-ins that were modified, increase the specific version

Commit the MANIFEST.MF files as _update versions..._

For all features, increase the common version (like _6.4.0_); be sure
For all features, increase the common version (like _6.5.0_); be sure
the composite records are not updated at this moment, they require
new lines, added later.

For all branding, edit the MANIFEST.MF and increase the
`Bundle-Version` (like _6.4.0_).
`Bundle-Version` (like _6.5.0_).

For all other occurrences, except `compositeArtifacts.xml` and
`compositeContent.xml`.

Commit all with _update package version 6.4.0_.
Commit all with _update package version 6.5.0_.

## Build locally

Expand Down Expand Up @@ -311,7 +311,7 @@ In about 7-8 minutes it'll automatically rebuild the staging repo:

Announce the release candidate to the **embed-cdt-dev@eclipse.org** list;
use a subject like
**Embed CDT v6.4.0-202307251916 release candidate**,
**Embed CDT v6.5.0-202307251916 release candidate**,
and pass a link to the release page, available at:

- <https://projects.eclipse.org/projects/iot.embed-cdt/>
Expand All @@ -326,7 +326,7 @@ Go to the release candidate folder

- [https://download.eclipse.org/embed-cdt/release-candidates/](https://download.eclipse.org/embed-cdt/release-candidates/)

Copy the tag and enter it in Git, like `v6.4.0-202307251916` (with `v`).
Copy the tag and enter it in Git, like `v6.5.0-202307251916` (with `v`).

## Publish the final release

Expand Down Expand Up @@ -396,7 +396,7 @@ Copy/paste the features/plug-ins from the console output of the
[make-release-from-master](https://ci.eclipse.org/embed-cdt/job/make-release-from-master/)
Jenkins job.

- commit with a message like _Eclipse Embedded CDT plug-ins v6.4.0 released_.
- commit with a message like _Eclipse Embedded CDT plug-ins v6.5.0 released_.
- push the `develop` branch
- wait for GitHub Actions job to complete
(<https://github.com/eclipse-embed-cdt/web-jekyll/actions>)
Expand All @@ -410,18 +410,18 @@ Jenkins job.

In [GitHub releases](https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release

- tag: _v6.4.0_ (with `v`)
- title _Eclipse Embedded CDT plug-ins v6.4.0_
- tag: _v6.5.0_ (with `v`)
- title _Eclipse Embedded CDT plug-ins v6.5.0_
- copy/paste from the release page
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.4.0-released/)` with a link to the web page
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.5.0-released/)` with a link to the web page
- do not attach files
- click **Publish release**

### Close milestone

In [GitHub milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones):

- close the v6.4.0 milestone
- close the v6.5.0 milestone

### Update the Eclipse release record

Expand All @@ -438,7 +438,7 @@ and select the new release

<ul>
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/package-2020-12-released/">Eclipse IDE for Embedded C/C++ Developers 2020-12 released</a>&nbsp;(for installing a new Eclipse)</li>
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.4.0-released/">Eclipse Embedded CDT plug-ins v6.4.0 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.5.0-released/">Eclipse Embedded CDT plug-ins v6.5.0 released</a>&nbsp;(for updating the plug-ins on an existing Eclipse)</li>
</ul>
```

Expand Down Expand Up @@ -474,7 +474,7 @@ and press Enter
- select the Aggregation and **Validate**
- stage `embededcdt.aggrcom`
- commit with a message like:
- _embedcdt: update for 6.4.0_
- _embedcdt: update for 6.5.0_
- _Signed-off-by: Liviu Ionescu <ilg@livius.net>_
- click the **Commit** button (do not push yet)
- right click, Show in local Terminal
Expand Down Expand Up @@ -559,13 +559,13 @@ available from:
## Announce release

Announce the release to the **embed-cdt-dev@eclipse.org** list;
use a subject like **Eclipse Embedded CDT plug-ins v6.4.0 released**, and
use a subject like **Eclipse Embedded CDT plug-ins v6.5.0 released**, and
pass a link to the release page (<https://eclipse-embed-cdt.github.io/news/>).

## Share on Twitter

- in a separate browser windows, open [TweetDeck](https://tweetdeck.twitter.com/)
- using the `@EmbedCDT` account, enter a message like
**Eclipse Embedded CDT plug-ins v6.4.0 released** and on the next line
**Eclipse Embedded CDT plug-ins v6.5.0 released** and on the next line
paste the link to the release
- click the Tweet button

0 comments on commit a3b3b1f

Please sign in to comment.