Skip to content

Commit

Permalink
update README with release instructions and package.json with new ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
nonrational committed Feb 20, 2024
1 parent 28b6bbd commit 0f2e0d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
with:
result: success
```

## Development

When opening a PR, update the `edge` tag to ensure that `.github/workflows/run-cache-result-action.yml` exercises any changes prior to merging. Additionally, update the version in `package.json` according to semver as appropriate.

After merging, update version tags (e.g., `v1` and `v1.0.1`) according to semver, as appropriate. As a courtesy, also update `edge` to point to the latest commit.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache-result-action",
"version": "0.0.1",
"version": "2.0.0",
"description": "Github Action for storing results from previous runs by SHA",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0f2e0d5

Please sign in to comment.