Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions workflow to automate tasks when a Caliper release is tagged #1641

Open
davidkel opened this issue Oct 17, 2024 · 0 comments
Open
Labels
build enhancement New feature or request publish/docker Related to Docker image publishing publish/npm Related to NPM package publishing

Comments

@davidkel
Copy link
Contributor

Things like

  • publish a version of the docs for that tag
  • publish official docker images and npm modules
  • bump the code to the next unstable version

Basically anything listed in the Release_process.md file which could be automated

Note Mike (used by the docs) cannot do anything with github to automatically update the docs (even if we change the branch to not require PRs have a ruleset the locks down the branch) as it uses the git command and the actions token is only authorised for Rest api calls.

There is a solution to this via the official github actions that can update gh-pages in conjunction with mike creating the content locally. Would require checking out gh-pages and generating the content via mike on that gh-pages version.

@davidkel davidkel added enhancement New feature or request publish/npm Related to NPM package publishing publish/docker Related to Docker image publishing build labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request publish/docker Related to Docker image publishing publish/npm Related to NPM package publishing
Projects
None yet
Development

No branches or pull requests

1 participant