Merge pull request from vulongm/patch-1

Add "master" to list of tags
This commit is contained in:
Thomas Zarebczan 2019-10-26 09:25:53 -04:00 committed by GitHub
commit 026bb01b81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ async function getTags(repositoryName) {
repo: repositoryName repo: repositoryName
}); });
const tags = []; const tags = ["master"];
// NOTE: // NOTE:
// The versioning in our repos do not make sense so extra // The versioning in our repos do not make sense so extra