10.33.0--canary.2107.25048.0 • Published 1 year ago
@auto-canary/version-file v10.33.0--canary.2107.25048.0
Version File Plugin
For managing versions in a repository that maintains the version primarily in a flat file. Agnostic to the primary language of the repository. Optional input for a release script to call during the publish/canary/next hooks.
Installation
This plugin is included with the auto CLI so you do not have to install it. To install if you are using the auto API directly:
npm i --save-dev @auto-it/version-file
# or
yarn add -D @auto-it/version-fileOptions
- versionFile (optional, default="VERSION"): Path to where the version is stored in the repository. It should be a file containing just the semver.
- releaseScript: (optional, default=None): Path to script that runs the publish actions in your repository. If not supplied nothing will be called. If supplied will be called during the
publish,canaryandnexthooks. For thepublishhook the first parameter passed to the script will bereleaseto indicate that a regular release is being called. Forcanaryandnexthooks the first parameter will besnapshotto indicate a prerelease version.
Usage
With default options
{
"plugins": [
"version-file"
// other plugins
]
}With optional arguments
{
"plugins": [
"version-file", {"versionFile": "./tools/Version.txt", "releaseScript":"./tools/publish.sh"}
]
}10.38.1--canary.2299.1bb12a5.0
3 years ago
10.38.1--canary.2299.e787dec.0
3 years ago
10.38.1--canary.2299.69998e3.0
3 years ago
10.38.5--canary.2301.48fc2fb.0
3 years ago
10.38.1--canary.2299.acfc890.0
3 years ago
10.38.5--canary.2303.52972cd.0
3 years ago
10.38.1--canary.2299.97d79a2.0
3 years ago
10.38.1--canary.2299.a1afa35.0
3 years ago
10.38.1--canary.2299.2e83683.0
3 years ago
10.38.0--canary.2277.26629.0
3 years ago
10.37.7--canary.2272.26620.0
3 years ago
10.37.5--canary.2255.26502.0
3 years ago
10.37.6--canary.2252.26551.0
3 years ago
10.37.2--canary.2226.26359.0
3 years ago
10.37.4--canary.2240.26465.0
3 years ago
10.37.1--canary.2205.26254.0
3 years ago
10.37.2--canary.2229.26380.0
3 years ago
10.33.0--canary.2107.25258.0
4 years ago
10.33.0--canary.2107.25252.0
4 years ago
10.33.0--canary.2107.25360.0
4 years ago
10.33.0--canary.2107.25354.0
4 years ago
10.33.0--canary.2107.25128.0
4 years ago
10.33.0--canary.2107.25122.0
4 years ago
10.33.0--canary.2107.25054.0
4 years ago
10.33.0--canary.2107.25048.0
4 years ago