From 7dcdd9d45ca379aba57b605eacf2e0285d7502b8 Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Wed, 22 Nov 2023 14:40:03 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5d0a4d..ca85eea 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ The key differences are: These are some features which should likely be part of this implementation. -- [ ] Parsing SemVer more strictly, based on what formats we decide to support (e.g. we might not support pre-release tags) +- [ ] Parsing SemVer more strictly, based on what formats we decide to support (e.g. we might not support prerelease tags) - [ ] Supporting the `path` argument containing more than one filepath so files can be specified (see [tar-helper.ts](https://github.com/actions-on-packages/package-action/blob/main/src/tar-helper.ts#L16)) -- [ ] Checking that there is a valid `action.yml` file in the repo running the action, failing if it is not an Action repo -- [ ] Sanitising and validating relative paths passed into the `path` arg. +- [ ] Checking that there is a valid `action.yml` file in the repository running the action, failing if it is not an Action repository +- [ ] Sanitising and validating relative paths passed into the `path` arg - [ ] Integration with Attestations API (speak to `phillmv` about this) +- [ ] A way to dynamically work out the Container Registry's URL rather than relying on the user to provide it