aws-amplify / amplify-codegen

Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.
Apache License 2.0
59 stars 59 forks source link

ci: add deprecate workflow #846

Closed dpilch closed 4 months ago

dpilch commented 4 months ago

Description of changes

Copy workflow from https://github.com/aws-amplify/amplify-category-api/pull/2532

Description of how you validated changes

Dry run in personal account.

yarn trigger-deprecate-release "contains regression" cbbb1d39c326c4097d9ff06556d6ddd337662d22 false
Moving dist tag "latest" to release tag @aws-amplify/appsync-modelgen-plugin@2.12.0
--
54 | +latest: @aws-amplify/appsync-modelgen-plugin@2.12.0
55 | Done!
56 |  
57 | Moving dist tag "latest" to release tag @aws-amplify/graphql-generator@0.4.1
58 | +latest: @aws-amplify/graphql-generator@0.4.1
59 | Done!
60 |  
61 | Moving dist tag "latest" to release tag amplify-codegen@4.9.1
62 | +latest: amplify-codegen@4.9.1
63 | Done!
64 |  
65 | Deprecating package version @aws-amplify/appsync-modelgen-plugin@2.12.1
66 | Done!
67 |  
68 | Deprecating package version @aws-amplify/graphql-generator@0.4.2
69 | Done!
70 |  
71 | Deprecating package version amplify-codegen@4.9.2
72 | Done!

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.