mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add Bizkit Versioning Bundle (#1718)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Read the full documentation at: https://github.com/HypeMC/versioning-bundle
|
||||
|
||||
bizkit_versioning:
|
||||
|
||||
# Prefix added to version parameters.
|
||||
parameter_prefix: application
|
||||
|
||||
# Strategy used for managing version updates.
|
||||
# Options:
|
||||
# - 'semver': Semantic Versioning (e.g., 1.0.0, 2.1.0).
|
||||
# - 'incrementing': Sequential number incrementing (e.g., 1, 2, 3).
|
||||
strategy: semver
|
||||
|
||||
# Set to false to disable VCS integration.
|
||||
vcs:
|
||||
# Defines how tags are applied to version commits.
|
||||
# Options:
|
||||
# - 'always': Automatically tag each version commit.
|
||||
# - 'never': Do not tag version commits.
|
||||
# - 'ask': Prompt the user before tagging.
|
||||
tagging_mode: ask
|
||||
|
||||
# Commit message format, where '%s' is a placeholder for the version number.
|
||||
# commit_message: 'Update application version to %s'
|
||||
|
||||
# Tag message format, where '%s' is a placeholder for the version number.
|
||||
# tag_message: 'Update application version to %s'
|
||||
8
bizkit/versioning-bundle/1.0/manifest.json
Normal file
8
bizkit/versioning-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Bizkit\\VersioningBundle\\BizkitVersioningBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
2
bizkit/versioning-bundle/1.0/post-install.txt
Normal file
2
bizkit/versioning-bundle/1.0/post-install.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
* <fg=blue>Configure</> your versioning strategy in <comment>config/packages/bizkit_versioning.yaml</>.
|
||||
* <fg=blue>Read</> the complete documentation at <comment>https://github.com/HypeMC/versioning-bundle</>
|
||||
Reference in New Issue
Block a user