Skip to content

Commit

Permalink
bump default version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Jun 6, 2023
1 parent 17daae3 commit bd9b8de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
uses: kosli-dev/setup-cli-action@v2
with:
version:
2.2.0
2.3.4
```

## Inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: Version of Kosli CLI
required: false
default: 2.2.0
default: 2.3.4
branding:
icon: 'download-cloud'
color: 'blue'
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ To publish a new version of Github Action follow the next steps:

1. Make your changes and push them to origin and make sure that CI pipeline passes.
2. Create a new tag with the next version number. For example, if the current version is 1.0.0, then the next version will be 1.0.1. If it is a breaking change, then the next version will be 2.0.0. Pipelines will automatically set a custom version that only has major version. For example, v1 would be pointing to the latest v1.x.x version.
3. If nesesary, update the README.md file.
3. If necessary, update the README.md file.
4. Push the tag to origin. e.g. git push origin {tag_name}
5. Go to the [releases page on GitHub UI](https://github.com/kosli-dev/setup-cli-action/releases)
6. Click on "Draft a new release" button.
Expand Down

0 comments on commit bd9b8de

Please sign in to comment.