diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-08-07 07:19:40 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-08-07 08:34:20 -0500 |
commit | 3fdca4e1647d7e075b82593de05d095e04582ddf (patch) | |
tree | e7a69fc3da16e6a90c70809d38155c1c7d52d161 /HowToRelease.txt | |
parent | f727f876191f815a850b89eb501f49bfd6e65c5d (diff) |
Fix Release Yaml for 2.1.16
Issue-ID: AAF-932
Change-Id: I152afea38597071f6e0e2b2144720b46f9cf8d71
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'HowToRelease.txt')
-rw-r--r-- | HowToRelease.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HowToRelease.txt b/HowToRelease.txt new file mode 100644 index 00000000..03853bec --- /dev/null +++ b/HowToRelease.txt @@ -0,0 +1,8 @@ +To release, add an appropriately named Release file to the releases Directory +with the following KIND of entries, then submit. + +--- releases/2.1.16.yaml ---- +distribution_type: 'maven' +version: '2.1.16' +project: 'aaf-authz' +log_dir: 'aaf-authz-maven-stage-master/69/' |