0.7.6 • Published 1 year ago
@dekode/satis-generator v0.7.6
Satis generator
Commands
satis-generator publish # publish packages that have changed since the last release
satis-generator changed # list changed packages since the last release
satis-generator zip # build zips of released packages
satis-generator.json
{
"zipsDistUrl": "https://cdn.example.com",
"publishMessage": "chore(release): publish",
"branch": "main",
"satisFile": "satis.json",
"plugins": [],
"packages": ["plugins/*", "projects/*", "themes/*"],
"changelogFilename": "CHANGELOG.md",
"changelogTitle": "## Unreleased"
}
zipsDistUrl
: Public url to the zips.publishMessage
: Message in commit.branch
: Branch to do release from.satisFile
: Location of your satis json file.plugins
: Array of plugins to load.packages
: Array of globs to use as package locations.changelogFile
: Name of the changelog file in the package.changelogTitle
: Title used in the changelog on unreleased versions.
satis file
The script need a satis json file to work. When initializing a new project create
a satis.json
file and fill in the required keys.
example json file
{
"name": "example/packages",
"homepage": "https://example.com",
"description": "All my awesome packages",
"repositories": []
}
0.7.6
1 year ago
0.7.5
2 years ago
0.7.2
2 years ago
0.7.1
2 years ago
0.7.4
2 years ago
0.7.3
2 years ago
0.7.0
2 years ago
0.6.2
3 years ago
0.6.1
3 years ago
0.6.0
3 years ago
0.6.0-alpha.1
4 years ago
0.6.0-alpha.2
4 years ago
0.6.0-alpha.0
4 years ago
0.5.0
4 years ago
0.5.1
4 years ago
0.5.0-alpha.1
4 years ago
0.5.0-alpha.0
4 years ago
0.4.0
4 years ago
0.3.0
5 years ago
0.3.1
5 years ago
0.2.0
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.2
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago