-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from fastly/upload-artifact
Update dependencies, use `ncc` to bundle actions logic
- Loading branch information
Showing
898 changed files
with
196,142 additions
and
206,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
demo/node_modules | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# RELEASE | ||
|
||
- Merge all PRs intended for inclusion in the new release. | ||
- Run `git tag -s "<TAG>" -m "<TAG>" && git push origin "<TAG>"`. | ||
- Create a new branch for the release. | ||
- Run `npm run bundle-all` to bundle the actions into JavaScript files. | ||
- Commit the changes. | ||
- Open a pull request for the release branch, requesting approval from relevant teams. | ||
- Merge the pull request. | ||
- Update your local branch (`git checkout main && git pull`). | ||
- Tag a new release (`tag=vX.Y.Z && git tag -s $tag -m $tag && git push $(git config branch.$(git symbolic-ref -q --short HEAD).remote) $tag`). | ||
- Create a new release via the GitHub UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ branding: | |
|
||
runs: | ||
using: 'node20' | ||
main: 'index.js' | ||
main: 'dist/index.js' | ||
|
||
inputs: | ||
project_directory: | ||
|
Oops, something went wrong.