diff --git a/README.md b/README.md index 9160c0d..4ffaad1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,31 @@ docker run --name mrls --env GITLAB_PROJECT_ID=xxxx --env GITLAB_ACCESS_TOKEN=xx ``` # Release -Run the following command. +1. Update build.gradle, list.html +```diff +plugins { + id 'java' + id 'org.springframework.boot' version '3.2.5' + id 'io.spring.dependency-management' version '1.1.0' +} + +group = 'io.github.tttol' +- version = "1.1.7" ++ version = "1.1.8" +``` + +```diff +-
1.1.7
++
1.1.8
+ + + +``` + +2. Run the following command. ```bash sh docker/release.sh 1.0.0 # specify app version at arg -``` \ No newline at end of file +``` + +3. Create a tag in GitHub. +https://github.com/tttol/mrls/releases \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2935a2c..6f29e2b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'io.github.tttol' -version = "1.1.7" +version = "1.1.8" java { sourceCompatibility = JavaVersion.VERSION_21 diff --git a/src/main/resources/templates/fragment/footer.html b/src/main/resources/templates/fragment/footer.html deleted file mode 100644 index dcae3d3..0000000 --- a/src/main/resources/templates/fragment/footer.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/main/resources/templates/list.html b/src/main/resources/templates/list.html index 547cf5a..92c3fea 100644 --- a/src/main/resources/templates/list.html +++ b/src/main/resources/templates/list.html @@ -83,8 +83,7 @@ -
1.1.7
+
1.1.8
- \ No newline at end of file