From d120ea29b70926eb99e55d052b85a9d6af9f7223 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 4 Jan 2017 10:59:20 -0500 Subject: [PATCH] chore(release): add es5 folder to the tagged commit (#3913) --- contrib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib.json b/contrib.json index dbae370f8..682c74ae8 100644 --- a/contrib.json +++ b/contrib.json @@ -287,7 +287,7 @@ [ "git push upstream master", "Push the dev branch changes to the repo" ], [ "git checkout temp-release-branch", "Checkout the temp branch again" ], [ "grunt dist", "Build the dist" ], - [ "git add dist --force", "Add the (otherwise ignored) release files" ], + [ "git add es5 dist --force", "Add the (otherwise ignored) release files" ], [ "git commit -m 'v{{version}} dist'", "Commit the dist changes" ], [ "git tag -a v{{version}} -m 'v{{version}}'", "Tag the release" ], [ "git push upstream --tags", "Push the new tag to the repo" ], @@ -311,7 +311,7 @@ [ "git push upstream stable", "Push the release branch changes to the repo" ], [ "git checkout -b temp-release-branch stable","Create a temporary branch for the dist" ], [ "grunt dist", "Build the dist" ], - [ "git add dist --force", "Add the (otherwise ignored) release files" ], + [ "git add es5 dist --force", "Add the (otherwise ignored) release files" ], [ "git commit -m 'v{{version}} dist'", "Commit the dist changes" ], [ "git tag -a v{{version}} -m 'v{{version}}'", "Tag the release" ], [ "git push upstream --tags", "Push the new tag to the repo" ],