Skip to content

Commit ecb1854

Browse files
authored
#42 Add release pipeline (#52)
Implement #42 Add release pipeline
1 parent e025718 commit ecb1854

File tree

11 files changed

+389
-300
lines changed

11 files changed

+389
-300
lines changed

.github/.gitversion.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1+
# Copyright 2022 MONAI Consortium
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
# http://www.apache.org/licenses/LICENSE-2.0
6+
# Unless required by applicable law or agreed to in writing, software
7+
# distributed under the License is distributed on an "AS IS" BASIS,
8+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
# See the License for the specific language governing permissions and
10+
# limitations under the License.
11+
112
assembly-versioning-scheme: MajorMinorPatchTag
2-
mode: Mainline
313
next-version: 0.1.0
14+
mode: ContinuousDelivery
415
branches:
516
main:
17+
tag: ''
18+
release:
19+
tag: rc
20+
develop:
621
tag: beta
22+
feature:
23+
tag: alpha.{BranchName}
24+
pull-request:
25+
tag: pr
26+
727
ignore:
828
sha: []
929
merge-message-formats: {}

.github/workflows/build.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)