Update docs
1 parent df4b1d6 commit dc2cf05e8b2ca3384cae50fef462a5efde0d7998
@Naoki Takezoe Naoki Takezoe authored on 29 Apr 2017
Showing 2 changed files
View
2
■■■
README.md
 
Release Notes
-------------
### 4.12 - 30 Apr 2017
- Gist plug-in provides JavaScript to embed snippet
- [Gist plug-in](https://github.com/gitbucket/gitbucket-gist-plugin) provides JavaScript to embed snippet
- Dropdown menu filter in the branch comparing page
- Caution for the embedded H2 database
 
### 4.11 - 1 Apr 2017
View
12
doc/release.md
 
Generate release files
--------
 
Note: Release operation requires [Ant](http://ant.apache.org/) and [Maven](https://maven.apache.org/).
 
### Make release war file
 
Run `sbt executable`. The release war file and fingerprint are generated into `target/executable/gitbucket.war`.
 
```bash
$ sbt publish-signed
```
 
Then operate release sequence at https://oss.sonatype.org/.
Then logged-in https://oss.sonatype.org/ and delete following files from the staging repository:
 
- gitbucket_2.12-x.x.x.war
- gitbucket_2.12-x.x.x.war.asc
- gitbucket_2.12-x.x.x.war.asc.md5
- gitbucket_2.12-x.x.x.war.asc.sha1
- gitbucket_2.12-x.x.x.war.md5
 
At last, close and release the repository.