1.1.1 • Published 5 years ago

@sample-packages/semantic-release-sample v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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...

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago