Guys, I don't want to have the "-ci0015" appended to my MASTER builds when using ContinuousDeployment. How do I turn that off? ``` assembly-versioning-scheme: None mode: ContinuousDeployment next-version: 0.4.8 branches: master: mode: ContinuousDeployment tag: '' ignore: sha: [] ``` I have tried the above!