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

[S2GRAPH-89]: Change version number on project. #62

Closed
wants to merge 4 commits into from

Conversation

SteamShon
Copy link
Contributor

  • change project version.

@HyunsungJo
Copy link
Contributor

+1

On Thu, Jun 23, 2016 at 8:03 AM Doyung Yoon notifications@github.com
wrote:

  • change project version.

You can view, comment on, or merge this pull request online at:

#62
Commit Summary

  • [S2GRAPH-89]: Change version number on project.

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62, or mute the thread
https://github.com/notifications/unsubscribe/AEaFY57ZoTD_aZDanpU9SgOhJtx3Szn-ks5qOb8rgaJpZM4I8Trb
.

@daewon
Copy link
Contributor

daewon commented Jun 24, 2016

+1

On Fri, Jun 24, 2016 at 10:47 AM HyunsungJo notifications@github.com
wrote:

+1

On Thu, Jun 23, 2016 at 8:03 AM Doyung Yoon notifications@github.com
wrote:

  • change project version.

You can view, comment on, or merge this pull request online at:

#62
Commit Summary

  • [S2GRAPH-89]: Change version number on project.

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62, or mute the
thread
<
https://github.com/notifications/unsubscribe/AEaFY57ZoTD_aZDanpU9SgOhJtx3Szn-ks5qOb8rgaJpZM4I8Trb

.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ABILOkhQ5zsHB61He-xG0_L0hyhMkFapks5qOzclgaJpZM4I8Trb
.

asfgit pushed a commit that referenced this pull request Jul 4, 2016
JIRA:
  [S2GRAPH-89] https://issues.apache.org/jira/browse/S2GRAPH-89

Pull Request:
  Closes #62

Authors:
  DO YUNG YOON: steamshon@apache.org
@SteamShon SteamShon changed the base branch from branch-0.1.0 to master August 25, 2016 15:42
@SteamShon
Copy link
Contributor Author

now sbt release will check following things(in build.sbt).

releaseProcess := Seq[ReleaseStep](
  checkSnapshotDependencies,              // : ReleaseStep
  inquireVersions,                        // : ReleaseStep
  runTest,                                // : ReleaseStep
  setReleaseVersion,                      // : ReleaseStep
  commitReleaseVersion,                   // : ReleaseStep, performs the initial git checks
  tagRelease,                             // : ReleaseStep
  publishArtifacts,                       // : ReleaseStep, checks whether `publishTo` is properly set up
  setNextVersion,                         // : ReleaseStep
  commitNextVersion
)

I removed default last step pushChanges will check that an upstream branch is properly configured to avoid directly push changes with intention.

@asfgit asfgit closed this in 85aae7f Aug 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants