Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 13, 2020
1 parent 6b7ff56 commit 46e6ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ but targets a different use case.
> Delete old versions of the packages "package-1" and "package-2".
```yaml
uses: smartsquaregmbh/[email protected].2
uses: smartsquaregmbh/[email protected].3
with:
names: |
package-1
Expand All @@ -31,7 +31,7 @@ with:
> Delete old versions in the form of "1.0.0-RC1" of the package "package"
```yaml
uses: smartsquaregmbh/[email protected].2
uses: smartsquaregmbh/[email protected].3
with:
version-pattern: "^\\d+\\.\\d+\\.\\d+-RC\\d+$" # The regex needs to be escaped!
names: |
Expand All @@ -41,7 +41,7 @@ with:
> Delete old versions of the package "package" but keep at least 5 versions
```yaml
uses: smartsquaregmbh/[email protected].2
uses: smartsquaregmbh/[email protected].3
with:
keep: 5
names: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delete-old-packages",
"version": "0.0.2",
"version": "0.0.3",
"description": "Github Action for deleting old packages",
"main": "dist/index.js",
"repository": "https://github.com/SmartsquareGmbH/delete-old-packages",
Expand Down

0 comments on commit 46e6ba1

Please sign in to comment.