Skip to content

Conversation

HokutoMorita
Copy link
Contributor

@HokutoMorita HokutoMorita commented Jul 11, 2022

@HokutoMorita HokutoMorita self-assigned this Jul 11, 2022
@HokutoMorita
Copy link
Contributor Author

@HokutoMorita HokutoMorita requested a review from d-hrs July 11, 2022 08:24
@HokutoMorita HokutoMorita marked this pull request as ready for review July 11, 2022 08:24
@HokutoMorita
Copy link
Contributor Author

@d-hrs
こちらご確認よろしくお願いいたします!

@HokutoMorita
Copy link
Contributor Author

@d-hrs
Please code review

Copy link
Contributor

@d-hrs d-hrs left a comment

Choose a reason for hiding this comment

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

please change title & description in English.

build.gradle Outdated
def baseVersion = "0.1.0"
def vd = versionDetails()
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
baseVersion
Copy link
Contributor

Choose a reason for hiding this comment

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

do not use baseVersion

Suggested change
baseVersion
vd.lastTag.substring(1)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is a correspondence to link with the release tag.
I got it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed 1c1d6a0

@HokutoMorita HokutoMorita requested a review from d-hrs July 22, 2022 05:25
build.gradle Outdated
description = "Bigquery output for embulk"

version = {
def baseVersion = "0.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

remove baseVersion. use VersionDetails() only.

see: https://github.com/palantir/gradle-git-version

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I got it.

build.gradle Outdated
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
vd.lastTag.substring(1)
} else {
"${baseVersion}.${vd.gitHash}.pre"
Copy link
Contributor

@d-hrs d-hrs Jul 22, 2022

Choose a reason for hiding this comment

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

Suggested change
"${baseVersion}.${vd.gitHash}.pre"
"0.0.0.${vd.gitHash}.pre"

or

Suggested change
"${baseVersion}.${vd.gitHash}.pre"
"${vd.lastTag.substring(1)}.${vd.gitHash}.pre"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I got it.

@HokutoMorita HokutoMorita requested a review from d-hrs July 22, 2022 06:55
@HokutoMorita HokutoMorita changed the title [add]github-actions Add github-actions Jul 25, 2022
@HokutoMorita
Copy link
Contributor Author

@d-hrs
Please code review

@HokutoMorita HokutoMorita merged commit b309784 into add_column_type_numeric Jul 25, 2022
@HokutoMorita HokutoMorita deleted the add_github-actions branch July 25, 2022 02:00
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.

3 participants