Skip to content

Commit

Permalink
add .travis and .sembumprc
Browse files Browse the repository at this point in the history
git push
  • Loading branch information
hui.wang committed Jan 6, 2022
1 parent 5d88f96 commit 0d495db
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .sembumprc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: xconf

make_step:
- bump
- clog
latest_version_name: Unreleased
commit_filters:
- all
version_name_with_date: true
version_name_with_author: true
issue_uri_format: https://github.com/sandwich-go/%s/issues/%s
commit_uri_format: https://github.com/sandwich-go/%s/commit/%s
merge_duplicate_commit: true
commit_with_author_at_date: true
short_hash_len: 7
issue_prefix:
- "#"
sem_pre_release_version:
- alpha
- beta
sem_initial_version: v0.0.1
sem_master_branch_name: main
sem_version_branch_prefix: version/
sem_initial_branch: 0.1

commit_replace:
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go
go:
- 1.10.1
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3

script:
- pushd $TRAVIS_BUILD_DIR
- go test ./...
- popd
notifications:
email: false
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# XCONF

Golang配置文件加载解析, [goconf](https://github.com/timestee/goconf) v2,扩充了功能支持。
Golang配置文件加载解析, [goconf](https://github.com/sandwich-go/xconf) v2,扩充了功能支持。
[![Build Status](https://travis-ci.org/sandwich-go/xconf.svg?branch=master)](https://travis-ci.org/sandwich-go/xconf)
[![GoDoc](https://godoc.org/github.com/sandwich-go/xconf?status.svg)](https://godoc.org/github.com/sandwich-go/xconf)
[![Go Report Card](https://goreportcard.com/badge/github.com/sandwich-go/xconf)](https://goreportcard.com/report/github.com/sandwich-go/xconf)[![Sourcegraph](https://sourcegraph.com/github.com/sandwich-go/xconf/-/badge.svg)](https://sourcegraph.com/github.com/sandwich-go/xconf?badge)

## 功能简介
- 支持默认值配置、解析
Expand Down

0 comments on commit 0d495db

Please sign in to comment.