-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from virtualsatellite/integration
Release 4.12.0
- Loading branch information
Showing
28 changed files
with
746 additions
and
701 deletions.
There are no files selected for viewing
57 changes: 33 additions & 24 deletions
57
.github/ISSUE_TEMPLATES/Release.md → .github/ISSUE_TEMPLATE/Release.md
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 |
---|---|---|
@@ -1,24 +1,33 @@ | ||
Virtual Satellite Release Version 4.x.x | ||
|
||
This ticket captures all release related work of the VirtualSatellite4-DEV-IDE release | ||
|
||
1. Perform version update: | ||
- [ ] Checkout/Update the Development branch | ||
- [ ] Remove current integration branch (Make sure no one else is integrating at the moment) | ||
- [ ] Create new integration branch from development branch | ||
- [ ] Run ant script to update version numbers | ||
- [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Versions") | ||
|
||
2. Perform integration on integration branch: | ||
- [ ] Apply all needed fixes | ||
- [ ] Update the release notes | ||
|
||
3. Update master/release branch: | ||
- [ ] Merge integration branch into master branch (Pull Request named "Release 4.x.x") | ||
- [ ] Create Release Tag | ||
|
||
4. Merge back integration branch: | ||
- [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Fixes") | ||
|
||
Well Done!! You should have a new Virtual Satellite Developer IDE Release :rocket: | ||
|
||
--- | ||
name: Release | ||
about: Create a Release for a new Version of Virtual Satellite IDE | ||
title: 'Release Version 4.x.x ' | ||
labels: release | ||
assignees: '' | ||
|
||
--- | ||
|
||
Virtual Satellite Release Version 4.x.x | ||
|
||
This ticket captures all release related work of the VirtualSatellite4-DEV-IDE release | ||
|
||
1. Perform version update: | ||
- [ ] Checkout/Update the Development branch | ||
- [ ] Remove current integration branch (Make sure no one else is integrating at the moment) | ||
- [ ] Create new integration branch from development branch | ||
- [ ] Run ant script to update version numbers | ||
- [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Versions") | ||
|
||
2. Perform integration on integration branch: | ||
- [ ] Apply all needed fixes | ||
- [ ] Update the release notes | ||
|
||
3. Update master/release branch: | ||
- [ ] Merge integration branch into master branch (Pull Request named "Release 4.x.x") | ||
- [ ] Create Release Tag | ||
|
||
4. Merge back integration branch: | ||
- [ ] Merge integration branch into development branch (Pull Request named "Integration 4.x.x - Remerge Fixes") | ||
|
||
Well Done!! You should have a new Virtual Satellite Developer IDE Release :rocket: | ||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Default | ||
about: Create a report to help us improve | ||
title: 'Issue ... ' | ||
labels: | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what this ticket is about. | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
eclipse.preferences.version=1 | ||
line.separator=\n | ||
eclipse.preferences.version=1 | ||
line.separator=\r\n |
Oops, something went wrong.