Skip to content

Commit

Permalink
chore: temporarily switch back to the old npm disttag (aws#12649)
Browse files Browse the repository at this point in the history
The publishing of version 2.0.0-alpha.1 is failing because the build is
looking for the npm dist tag 'next' that doesn't yet exist.

This is temporarily switching the tag to use 'preview-v2'. Once the new
version is published, this change will be reverted.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Niranjan Jayakar authored Jan 21, 2021
1 parent 346109d commit 6614749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"majorVersion": 2,
"releaseType": "alpha",
"distTag": "next"
"distTag": "preview-v2"
}

0 comments on commit 6614749

Please sign in to comment.