generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 14
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 #71 from wayfair-incubator/releases/v0.0.3
Releases/v0.0.3
- Loading branch information
Showing
3 changed files
with
27 additions
and
5 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
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 |
---|---|---|
|
@@ -70,10 +70,10 @@ A newline-delimited (`"\n"`) string representing a list of allowed [license keys | |
|
||
### Typical | ||
|
||
In most cases, you'll want to use the latest stable version (eg. `v0.0.2`): | ||
In most cases, you'll want to use the latest stable version (eg. `v0.0.3`): | ||
|
||
```yaml | ||
uses: wayfair-incubator/[email protected].2 | ||
uses: wayfair-incubator/[email protected].3 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
repo: tremor-runtime | ||
|
@@ -99,7 +99,7 @@ with: | |
If you are automating forking on behalf of a GitHub organization, you may wish to leverage the optional `addUser` and `licenseAllowlist` params: | ||
|
||
```yaml | ||
uses: wayfair-incubator/[email protected].2 | ||
uses: wayfair-incubator/[email protected].3 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
repo: tremor-runtime | ||
|
@@ -147,7 +147,7 @@ Then run [ncc](https://github.com/zeit/ncc) and push the results: | |
npm run package | ||
git add dist | ||
git commit -a -m "prod dependencies" | ||
git push origin releases/v0.0.2 | ||
git push origin releases/v0.0.3 | ||
``` | ||
|
||
> 💡 **Note:** We recommend using the `--license` option for `ncc`, which will create a license file for all of the production node modules used in your project. | ||
|
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