Open CeylonMigrationBot opened 10 years ago
[@FroMage] Like:
ceylon version --bump
1.1
1.2
ceylon version --major --bump
2.1
Or perhaps we should bump from 1.1 to 1.2-SNAPSHOT? And then something like ceylon version --release would bump from 1.2-SNAPSHOT to 1.2?
1.2-SNAPSHOT
ceylon version --release
[Migrated from ceylon/ceylon-compiler#1541]
[@FroMage] Moving to 1.2
[@FroMage] Like:
ceylon version --bump
to increase the rightmost part1.1
->1.2
ceylon version --major --bump
to increase the leftmost part1.1
->2.1
Or perhaps we should bump from
1.1
to1.2-SNAPSHOT
? And then something likeceylon version --release
would bump from1.2-SNAPSHOT
to1.2
?[Migrated from ceylon/ceylon-compiler#1541]