-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
106 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ For archiving purposes, the release is also published in a separate folder | |
for each version, with the archive in the top folder and the p2 repo as | ||
a sub-folder | ||
|
||
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/> | ||
|
||
The official download page is | ||
|
||
|
@@ -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.3.0_. | ||
milestone. As title, use the current version, like _v6.3.1_. | ||
|
||
### Update version in README-MAINTENANCE | ||
|
||
|
@@ -119,7 +119,7 @@ number, like `[#122]`; | |
For the plug-ins that were modified, increase the specific version | ||
(like _1.2.3_). | ||
|
||
For all features, increase the common version (like _6.3.0_); be sure | ||
For all features, increase the common version (like _6.3.1_); be sure | ||
the composite records are not updated at this moment, they require | ||
new lines, added later. | ||
|
||
|
@@ -205,14 +205,14 @@ page, login and click the | |
[Create a new release](https://projects.eclipse.org/node/18638/create-release/) | ||
link in the right side bar, below Releases (it shows only after login). | ||
|
||
Name it like `6.3.0` (no v). | ||
Name it like `6.3.1` (no v). | ||
|
||
Click on Edit, The Basics; switch to Source mode | ||
|
||
Start with _Release candidate_ (Header 3). | ||
|
||
```html | ||
<p>Version <strong>6.3.0</strong> is a maintenance release; it ....</p> | ||
<p>Version <strong>6.3.1</strong> is a maintenance release; it ....</p> | ||
|
||
<h3>Release candidate</h3> | ||
|
||
|
@@ -251,14 +251,14 @@ In Eclipse: | |
- right click: **Show Properties View** | ||
- in the right side, edit the **Location** field to the new release | ||
candidate p2 URL (like | ||
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.0-202208180721/p2/` | ||
`https://download.eclipse.org/embed-cdt/release-candidates/6.3.1-202208180721/p2/` | ||
and press Enter | ||
- select all the features in the contribution, right-click and choose | ||
**Fix Versions** | ||
- select the Contribution and **Validate** | ||
- select the Aggregation and **Validate** | ||
- Save | ||
- commit _embedcdt: update for 6.3.0-202208180721_ | ||
- commit _embedcdt: update for 6.3.1-202208180721_ | ||
- _Signed-off-by: Liviu Ionescu <[email protected]>_ | ||
- _Signed-off-by: Liviu Ionescu <[email protected]>_ | ||
|
||
|
@@ -287,7 +287,7 @@ In about 5 minutes it'll automatically rebuild the staging repo: | |
|
||
Announce the release candidate to the **[email protected]** list; | ||
use a subject like | ||
**Embed CDT v6.3.0-202208180721 release candidate**, | ||
**Embed CDT v6.3.1-202208180721 release candidate**, | ||
and pass a link to the release page, available at: | ||
|
||
- <https://projects.eclipse.org/projects/iot.embed-cdt/> | ||
|
@@ -302,7 +302,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.3.0-202208180721` (with `v`). | ||
Copy the tag and enter it in Git, like `v6.3.1-202208180721` (with `v`). | ||
|
||
## Publish the final release | ||
|
||
|
@@ -311,9 +311,9 @@ When the plug-ins are considered stable: | |
- in `eclipse-plugins.git`, the master branch, edit both .xml files | ||
- `repositories/org.eclipse.embededcdt-repository/composite/compositeArtifacts.xml` | ||
- `repositories/org.eclipse.embededcdt-repository/composite/compositeContent.xml` | ||
- add new child like `<child location='../../releases/6.3.0/p2'/>` | ||
- add new child like `<child location='../../releases/6.3.1/p2'/>` | ||
- update `p2.timestamp` to the value shown at the end of the `make-release-candidate-from-master` | ||
- **commit** master with a message like _add 6.3.0 to composite_ | ||
- **commit** master with a message like _add 6.3.1 to composite_ | ||
- **push** master | ||
|
||
- go to <https://ci.eclipse.org/embed-cdt/> | ||
|
@@ -336,7 +336,7 @@ Both can be used in Eclipse to **Install New Software**. | |
The public update URLs are: | ||
|
||
- <https://download.eclipse.org/embed-cdt/updates/v6/> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/> | ||
|
||
### Update the Eclipse Marketplace records | ||
|
||
|
@@ -356,20 +356,20 @@ In the `develop` branch, in `_posts/release`, add a new release page. | |
As links for the latest two, open <https://download.eclipse.org/embed-cdt/releases/> | ||
and get the archive URL, like: | ||
|
||
- <https://download.eclipse.org/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip> | ||
- <https://download.eclipse.org/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip> | ||
|
||
Isolate the part starting with `/embed-cdt/...` and update the URLs to use the download redirect: | ||
|
||
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip> | ||
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.0/org.eclipse.embedcdt.repository-6.3.0-202208180721.zip.sha> | ||
- <https://www.eclipse.org/downloads/download.php?file=/embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip> | ||
- <https://www.eclipse.org/downloads/download.php?file=//embed-cdt/releases/6.3.1/org.eclipse.embedcdt.repository-6.3.1-202208180721.zip.sha> | ||
|
||
Update the milestone URL. | ||
|
||
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.3.0 released_. | ||
- commit with a message like _Eclipse Embedded CDT plug-ins v6.3.1 released_. | ||
- push the `develop` branch | ||
- wait for GitHub Actions job to complete | ||
(<https://github.com/eclipse-embed-cdt/web-jekyll/actions>) | ||
|
@@ -383,18 +383,18 @@ Jenkins job. | |
|
||
In [GitHub releases](https://github.com/eclipse-embed-cdt/eclipse-plugins/releases) add a new release | ||
|
||
- tag: _v6.3.0_ (with `v`) | ||
- title _Eclipse Embedded CDT plug-ins v6.3.0_ | ||
- tag: _v6.3.1_ (with `v`) | ||
- title _Eclipse Embedded CDT plug-ins v6.3.1_ | ||
- copy/paste from the release page | ||
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.0-released/)` with a link to the web page | ||
- add `[Continue reading »](https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.1-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.3.0 milestone | ||
- close the v6.3.1 milestone | ||
|
||
### Update the Eclipse release record | ||
|
||
|
@@ -405,13 +405,13 @@ and select the new release | |
- replace the entire content with links to GitHub: | ||
|
||
```html | ||
<p>Version <strong>6.3.0</strong> is a new major/minor/service release; it updates ...</p> | ||
<p>Version <strong>6.3.1</strong> is a new major/minor/service release; it updates ...</p> | ||
|
||
<p>Fore more details, please read the project web release pages:</p> | ||
|
||
<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> (for installing a new Eclipse)</li> | ||
<li><a href="https://eclipse-embed-cdt.github.io/blog/YYYY/MM/DD/plugins-v6.3.0-released/">Eclipse Embedded CDT plug-ins v6.3.0 released</a> (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.3.1-released/">Eclipse Embedded CDT plug-ins v6.3.1 released</a> (for updating the plug-ins on an existing Eclipse)</li> | ||
</ul> | ||
``` | ||
|
||
|
@@ -437,14 +437,14 @@ In Eclipse: | |
- select **Mapped Repository** | ||
- right click: **Show Properties View** | ||
- in the right side, edit the **Location** field to the new release p2 URL | ||
(like `https://download.eclipse.org/embed-cdt/releases/6.3.0/p2/` | ||
(like `https://download.eclipse.org/embed-cdt/releases/6.3.1/p2/` | ||
and press Enter | ||
- select all the features in the contribution, right-click and choose | ||
**Fix Versions** | ||
- select the Contribution and **Validate** | ||
- select the Aggregation and **Validate** | ||
- commit with a message like: | ||
- _embedcdt: update for 6.3.0_ | ||
- _embedcdt: update for 6.3.1_ | ||
- _Signed-off-by: Liviu Ionescu <[email protected]>_ | ||
|
||
```bash | ||
|
@@ -526,13 +526,13 @@ available from: | |
### Announce release | ||
|
||
Announce the release to the **[email protected]** list; | ||
use a subject like **Eclipse Embedded CDT plug-ins v6.3.0 released**, and | ||
use a subject like **Eclipse Embedded CDT plug-ins v6.3.1 released**, and | ||
pass a link to the release page. | ||
|
||
## 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.3.0 released** and on the next line | ||
**Eclipse Embedded CDT plug-ins v6.3.1 released** and on the next line | ||
paste the link to the release | ||
- click the Tweet button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.