-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove d.ims.io references. Move gitlab references to github
- Loading branch information
Showing
204 changed files
with
580 additions
and
580 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
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 |
---|---|---|
|
@@ -12,9 +12,9 @@ The basic branching workflow is: | |
## Pre-release Checklist | ||
Before starting the release process, make sure to check the following items: | ||
|
||
* Have all the necessary [merge requests](https://gitlab.imshealth.com/xfra/layer0/merge_requests) been merged? | ||
* Does a [release](https://gitlab.imshealth.com/xfra/layer0/branches) branch already exist? It should have been removed after the last release. | ||
* Do you have the [layer0](https://gitlab.imshealth.com/xfra/layer0) repository cloned locally with a remote named `xfra`? If not, run: | ||
* Have all the necessary [merge requests](https://github.com/quintilesims/layer0/merge_requests) been merged? | ||
* Does a [release](https://github.com/quintilesims/layer0/branches) branch already exist? It should have been removed after the last release. | ||
* Do you have the [layer0](https://github.com/quintilesims/layer0) repository cloned locally with a remote named `xfra`? If not, run: | ||
``` | ||
git remote add xfra ssh://[email protected]:2222/xfra/layer0.git | ||
``` | ||
|
@@ -38,22 +38,22 @@ git push -u xfra release | |
``` | ||
|
||
## Add Release Notes | ||
Update [RELEASE_NOTES.md](https://gitlab.imshealth.com/xfra/layer0/blob/release/RELEASE_NOTES.md) with information about the current release. | ||
This can either be done locally or through the [Gitlab UI](https://gitlab.imshealth.com/xfra/layer0/edit/release/RELEASE_NOTES.md). | ||
Update [RELEASE_NOTES.md](https://github.com/quintilesims/layer0/blob/release/RELEASE_NOTES.md) with information about the current release. | ||
This can either be done locally or through the [Gitlab UI](https://github.com/quintilesims/layer0/edit/release/RELEASE_NOTES.md). | ||
Please follow the existing formatting when adding release notes. | ||
Commit your changes and push them to the `release` branch when you are done. | ||
|
||
## Update Documentation | ||
There are a couple of references in the [docs](https://gitlab.imshealth.com/xfra/layer0/tree/release/docs/docs) section that will need to be updated with the latest version: | ||
There are a couple of references in the [docs](https://github.com/quintilesims/layer0/tree/release/docs/docs) section that will need to be updated with the latest version: | ||
|
||
* [mkdocs.yml](https://gitlab.imshealth.com/xfra/layer0/blob/release/docs/mkdocs.yml#L40) | ||
* [index.md](https://gitlab.imshealth.com/xfra/layer0/blob/release/docs/docs/index.md) | ||
* [releases.md](https://gitlab.imshealth.com/xfra/layer0/blob/release/docs/docs/releases.md) | ||
* [mkdocs.yml](https://github.com/quintilesims/layer0/blob/release/docs/mkdocs.yml#L40) | ||
* [index.md](https://github.com/quintilesims/layer0/blob/release/docs/docs/index.md) | ||
* [releases.md](https://github.com/quintilesims/layer0/blob/release/docs/docs/releases.md) | ||
|
||
Commit your changes and push them to the release branch when you are done. | ||
|
||
## Merge Release into Master | ||
With the release notes and documentation updated, [create a merge request](https://gitlab.imshealth.com/xfra/layer0/merge_requests/new#) from the `release` branch targeting the `master` branch. | ||
With the release notes and documentation updated, [create a merge request](https://github.com/quintilesims/layer0/merge_requests/new#) from the `release` branch targeting the `master` branch. | ||
Wait for the unit tests and smoketests to pass before merging. | ||
Once the merge request has finished, make sure to delete the `release` branch. | ||
|
||
|
@@ -88,4 +88,4 @@ summary of the release contents. For example: | |
``` | ||
|
||
# Merge Master into Develop | ||
To bring the `develop` branch up-to-date with `master`, create a [create a merge request](https://gitlab.imshealth.com/xfra/layer0/merge_requests/new#) from the `master` branch targeting the `develop` branch. | ||
To bring the `develop` branch up-to-date with `master`, create a [create a merge request](https://github.com/quintilesims/layer0/merge_requests/new#) from the `master` branch targeting the `develop` branch. |
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.