Skip to content

Commit

Permalink
add instructions about marketplace release, closes cypress-io#237
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 17, 2020
1 parent ac2c0de commit a46f250
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ BREAKING CHANGE: requires Node 8 to run
```
3. New versions of this action will be released automatically by the CI, see [.github/workflows/main.yml](.github/workflows/main.yml). This will create a new [GitHub release](https://github.com/cypress-io/github-action/releases) and will update the current `/v1` branch. Thus every user that use `- uses: cypress-io/github-action@v2` will be using the new version automatically.

## Updating the latest version in GitHub Marketplace

Seems to be a manual process right now. After a new release has been created, go to the release and click "Edit"

![Edit the release](images/edit-release.png)

Review the release info, make sure the "publish ..." checkbox is checked

![Review the release](images/review-release.png)

After clicking "Update the release" check that the Marketplace [https://github.com/marketplace/actions/cypress-io](https://github.com/marketplace/actions/cypress-io) has been updated.

![Latest release in marketplace](images/latest-release.png)
Binary file added images/edit-release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/latest-release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/review-release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a46f250

Please sign in to comment.