forked from eclipse-tycho/tycho
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the discussions templat
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 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 |
---|---|---|
|
@@ -8,28 +8,28 @@ This describes the steps to perform a release of Tycho: | |
- [ ] Create release record on https://projects.eclipse.org/projects/technology.tycho projects.eclipse.org, link the N&N to https://github.com/eclipse/tycho/blob/[branch-name]/RELEASE_NOTES.md release notes] | ||
- [ ] Update the Jenkinsfile on the `tycho-N.M.x` and adjust the `stage('Deploy Snapshot')` to reference the new branch in the when conditional. | ||
- [ ] Update versions on `master `to future release with `mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<NEXT_VERSION>-SNAPSHOT` and push to remote | ||
- [ ] Announce the intent to release and request feedback about snapshots on [email protected] and [GitHub discussions](https://github.com/eclipse/tycho/discussions): | ||
- [ ] Announce the intent to release and request feedback about snapshots on the [GitHub discussions](https://github.com/eclipse/tycho/discussions): | ||
``` | ||
Subject: Please test snapshots for upcoming <VERSION> release | ||
Subject: Tycho <VERSION> release | ||
We plan to release Tycho <VERSION> next week. For details of new features and bugfixes, see release notes [1]. | ||
Please help by testing the SNAPSHOTS build. To use it, change your Tycho version to <VERSION>-SNAPSHOT and add snippet [2] to your pom. | ||
We plan to release Tycho <VERSION> next week. For details of new features and bugfixes, see [release notes](https://github.com/eclipse/tycho/blob/tycho-x.y.z/RELEASE_NOTES.md). | ||
Please help by testing the SNAPSHOTS build. To use it, change your tycho version to <VERSION>-SNAPSHOT and add the following snippet to your pom. | ||
We plan to promote this release in one week unless major regressions are found. | ||
Regards, | ||
Tycho team | ||
[1] https://github.com/eclipse/wildwebdeveloper/blob/master/RELEASE_NOTES.md | ||
[2] | ||
``` | ||
<pluginRepositories> | ||
<pluginRepository> | ||
<id>tycho-snapshots</id> | ||
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url> | ||
<id>tycho-snapshots</id> | ||
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
``` | ||
We plan to promote this release in one week unless major regressions are found. | ||
Regards, | ||
Tycho team | ||
``` | ||
|
||
... Wait until review date (usually a week later)... | ||
|
||
- [ ] Make sure you have everything setup (GPG installed!) for deploying to the Nexus OSS repository, see https://central.sonatype.org/pages/ossrh-guide.html guide | ||
|