Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

sanisoclem/calcver-example-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calcver rust example

Build Status

.calcver.yml

Defaults are provided for most fields (see calcver-cli/#12). However, you have to specify at least one action to perform:

# -- uncomment to override defaults
#root: .
#repository_type: git
#prerelease_prefix: rc
#tag_regex: \d+\.\d+\.\d+
#major_regex: "BREAKING CHANGE:"
#minor_regex: ^feat
#patch_regex: ^fix

# specify cargo toml file
cargo: Cargo.toml

# OR a list of scripts

actions:
  - .\bin\build.sh

Travis

To auto set version on build, setup a .travis.yml like this:

before_install:
  - cargo install calcver --bins

script: calcver && cargo build
  1. Install the crate (including binaries)
  2. Run calcver to bump version
  3. Build/package/publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages