-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(builder): create option to create symlinks
fixes #48
- Loading branch information
Showing
6 changed files
with
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,17 @@ In order to automatically use the version of the `package.json` use: | |
> **Note**: the version is internally taken from the `pkgVersion` variable, so it can be overridden with | ||
the `--pkgVersion` argument, in case it should be deployed differently. | ||
|
||
#### Automatically create semantic versioning sequence actions | ||
|
||
By using the `--vesion-link` (`-l`), the bulider can create action sequences _linking_ to the deployed version, | ||
using the semantic versioning notation: `latest`, `major`, `minor`: | ||
|
||
| Action Name | Specifier | Sequence Name | | ||
|-------------|-----------|---------------| | ||
| `[email protected]` | `latest` | `foo@latest` | | ||
| `[email protected]` | `major` | `foo@v2` | | ||
| `[email protected]` | `minor` | `[email protected]` | | ||
|
||
### Including static files | ||
|
||
Adding static files, i.e. files that are not referenced from the `index.js` and detected by webpack, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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