mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
Update release operation
This commit is contained in:
@@ -6,6 +6,17 @@ Update version number
|
||||
|
||||
Note to update version number in files below:
|
||||
|
||||
### project/build.scala
|
||||
|
||||
```scala
|
||||
object MyBuild extends Build {
|
||||
val Organization = "gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val Version = "3.3.0" // <---- update version!!
|
||||
val ScalaVersion = "2.11.6"
|
||||
val ScalatraVersion = "2.3.1"
|
||||
```
|
||||
|
||||
### src/main/scala/gitbucket/core/servlet/AutoUpdate.scala
|
||||
|
||||
```scala
|
||||
@@ -19,13 +30,6 @@ object AutoUpdate {
|
||||
new Version(3, 2),
|
||||
```
|
||||
|
||||
### env.sh
|
||||
|
||||
```bash
|
||||
#!/bin/sh
|
||||
export GITBUCKET_VERSION=3.3.0 # <---- update here!!
|
||||
```
|
||||
|
||||
Generate release files
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user