Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce Go Modules #12

Merged
merged 1 commit into from
Dec 28, 2019
Merged

introduce Go Modules #12

merged 1 commit into from
Dec 28, 2019

Conversation

Songmu
Copy link
Member

@Songmu Songmu commented Dec 28, 2019

No description provided.

@Songmu Songmu merged commit 33441ed into master Dec 28, 2019
@Songmu Songmu deleted the gomod branch December 28, 2019 12:08
go 1.13

require (
github.com/Masterminds/semver v1.5.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you fix this to the older version? StrictNewVersion is added in v3.0.0 and the command is now unavailable by go mod.

 % sh -c 'cd && env GO111MODULE=on go get github.com/motemen/gobump/cmd/gobump'
go: finding github.com/motemen/gobump latest
# github.com/motemen/gobump
.share/go/pkg/mod/github.com/motemen/gobump@v0.0.0-20191228120854-33441ed4ff7e/gobump.go:275:17: undefined: semver.StrictNewVersion
.share/go/pkg/mod/github.com/motemen/gobump@v0.0.0-20191228120854-33441ed4ff7e/gobump.go:279:16: undefined: semver.StrictNewVersion
.share/go/pkg/mod/github.com/motemen/gobump@v0.0.0-20191228120854-33441ed4ff7e/gobump.go:287:12: undefined: semver.StrictNewVersion

Songmu added a commit that referenced this pull request Jan 11, 2020
## [v0.1.0](cbe5aab...v0.1.0) (2020-01-12)

* Maintain release engineering for executable binary release [#15](#15) ([Songmu](https://github.com/Songmu))
* update deps [#14](#14) ([Songmu](https://github.com/Songmu))
* depends on Masterminds/semver/v3 [#13](#13) ([Songmu](https://github.com/Songmu))
* introduce Go Modules [#12](#12) ([Songmu](https://github.com/Songmu))
* switch semver package to Masterminds/semver from blang/semver [#11](#11) ([Songmu](https://github.com/Songmu))
* check if a new version is greater than the current one [#10](#10) ([Songmu](https://github.com/Songmu))
* add prompt feature: select the patch/minor/major from prompt [#9](#9) ([itchyny](https://github.com/itchyny))
* locate LICENSE file [#7](#7) ([Songmu](https://github.com/Songmu))
* Gobump.Run returns version informations [#6](#6) ([Songmu](https://github.com/Songmu))
* Add instruction to install gobump [#2](#2) ([shuheiktgw](https://github.com/shuheiktgw))
* reduce main package [#4](#4) ([Songmu](https://github.com/Songmu))
* add `-r` option for raw output [#1](#1) ([Songmu](https://github.com/Songmu))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants