[ 
https://issues.apache.org/jira/browse/S2GRAPH-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437121#comment-15437121
 ] 

ASF GitHub Bot commented on S2GRAPH-89:
---------------------------------------

Github user SteamShon commented on the issue:

    https://github.com/apache/incubator-s2graph/pull/62
  
    now `sbt release` will check following things(in build.sbt).
    
    ```scala
    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.


> Change version number on project.
> ---------------------------------
>
>                 Key: S2GRAPH-89
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-89
>             Project: S2Graph
>          Issue Type: Sub-task
>    Affects Versions: 0.1.0
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>             Fix For: 0.1.0
>
>
> our commonSettings in root build.sbt has incorrect version number and 
> organization. 
> To release version 0.1.0, we need to make sure all version in all build.sbt. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to