Skip to content

Commit 73fdf15

Browse files
authored
Updating repo to support v0.3 output artifacts (#13)
* Updating metadata.yaml file to support v0.3 * Updating Makefile version before cutting a test integration release * Removing VERSION from makefile since it's no longer in use
1 parent f9842f5 commit 73fdf15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ endif
1313
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
1414
SHELL = /usr/bin/env bash -o pipefail
1515
.SHELLFLAGS = -ec
16-
VERSION ?= v0.2.0
1716

1817
# Allow overriding release-manifest generation destination directory
1918
RELEASE_DIR ?= out

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ releaseSeries:
1111
contract: v1alpha3
1212
- major: 0
1313
minor: 2
14+
contract: v1alpha3
15+
- major: 0
16+
minor: 3
1417
contract: v1alpha3

0 commit comments

Comments
 (0)