Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add new Ink Version update support #815

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Conversation

radhe-zeeve
Copy link
Contributor

@radhe-zeeve radhe-zeeve commented Sep 29, 2023

Brief

This PR will introduce a Github action that will get the list of Ink versions and update the repos Ink library and it's dependencies to latest versions.

Detailed Info

  • The action will run every day 6:00 AM GMT
  • The action will fetch the list of Ink Versions and if there is a new version available then it will update the Ink and it's dependencies to latest available version, currently only stable Ink version are considered.
  • Then action will create a commit and PR for the same
  • If there is already a open or merged PR present then it will it will not create new PR.
  • Build & Tests actions (TypeScript, Rust, Docker, Compiler_Docker, Makefile ) are performed on every PR. These actions are initiated when creating the pull request, ensuring that the build and tests are performed for every Ink version update.
    Related Issue: Update playground automatically upon new ink! release #197

Signed-off-by: Jasti Sri Radhe Shyam <radheshyam.jasti@zeeve.io>
@radhe-zeeve radhe-zeeve marked this pull request as ready for review October 16, 2023 06:54
…ror encounter

Signed-off-by: Jasti Sri Radhe Shyam <radheshyam.jasti@zeeve.io>
@radhe-zeeve
Copy link
Contributor Author

@cmichi updated the code as suggested, is there anything else needs to be done ?

Copy link
Contributor Author

@radhe-zeeve radhe-zeeve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ready for review.

@cmichi cmichi merged commit beaace9 into use-ink:main Feb 1, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants