@sample-packages/semantic-release-sample

VCS Root: - Branch specification: EMPTY - VCS Settings: - Allow builds in the default branch: FALSE - Build Steps: - Command Line: ``` #!/bin/bash

Usage no npm install needed!

<script type="module">
  import samplePackagesSemanticReleaseSample from 'https://cdn.skypack.dev/@sample-packages/semantic-release-sample';
</script>

README

Build Configuration

  • VCS Root:

    • Branch specification: EMPTY
  • VCS Settings:

    • Allow builds in the default branch: FALSE
  • Build Steps:

    • Command Line:

      #!/bin/bash
      
      GIT_HASH=%build.vcs.number%
      GIT_HASH_SHORT=${GIT_HASH:0:7}
      BUILD_COUNTER=%build.counter%
      
      echo "##teamcity[buildNumber '0.0.0-$GIT_HASH_SHORT.$BUILD_COUNTER']"
      
      exit 0
      
  • VCS Trigger:

    • Branch filter: EMPTY

Blah...