Skip to content

Commit 15f933b

Browse files
committed
update docs and set new version for release
1 parent 7852fc8 commit 15f933b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ outputs:
4242
description: 'The result from the Markdown Link Check action in JSON format.'
4343
runs:
4444
using: 'docker'
45-
image: 'docker://ghcr.io/edumserrano/markdown-link-check-log-parser:main'
45+
image: 'docker://ghcr.io/edumserrano/markdown-link-check-log-parser:v1.3.1'
4646
args:
4747
- parse-log
4848
- --auth-token

docs/dev-notes/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,18 @@ For more information about the GitHub workflows configured for this repo go [her
8686

8787
## GitHub marketplace
8888

89-
This action is published to the [GitHub marketplace](https://github.com/marketplace/actions/markdown-link-check-log-parser). See here for more information on [how to publish or remove an action from the marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace).
89+
This action is published to the [GitHub marketplace](https://github.com/marketplace/actions/markdown-link-check-log-parser).
9090

91-
**Currently there is no workflow setup to publish this action to the marketplace. The publishing act is a manual process following the instructions above.**
91+
**Currently there is no workflow setup to publish this action to the marketplace. The publishing act is a manual process following the instructions below.**
92+
93+
When publishing a new version:
94+
95+
- the docker image tag for `docker://ghcr.io/edumserrano/markdown-link-check-log-parser` in the [action.yml](/action.yml) file needs to be updated to a new version.
96+
- a new tag with the new version must be created. One option is to tag the commit that updates the `action.yml` mentioned in the point above.
97+
98+
Once a new tag is pushed the workflow to publish a docker image will execute and publish a docker image to GitHub packages that will contain a docker image tag that matches the new GitHub tag.
99+
100+
From here on you can follow the instruction at [how to publish or remove an action from the marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace).
92101

93102
## Note about the Docker container action
94103

0 commit comments

Comments
 (0)