mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Remove transitional code
We don't have any more projects at `reecetech` that use the older non-semver compliant calver versioning
This commit is contained in:
@@ -110,18 +110,6 @@ function init_repo {
|
||||
[[ "$output" = *"CURRENT_VERSION=$(date '+%Y.%-m.0')"* ]]
|
||||
}
|
||||
|
||||
@test "converts from older calver scheme automatically" {
|
||||
init_repo
|
||||
|
||||
git tag 2020-09-R2
|
||||
|
||||
run ../../version-lookup.sh
|
||||
|
||||
print_run_info
|
||||
[ "$status" -eq 0 ] &&
|
||||
[[ "$output" = *"CURRENT_VERSION=2020.9.2"* ]]
|
||||
}
|
||||
|
||||
@test "strips v from the version" {
|
||||
init_repo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user