Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2021-08-31 13:00:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-08-31 13:00:43 +0900
Commit
d6a312bf1f653f2839ecda43c6c64dc49f34e5e0
d6a312bf
1 parent
d5a2e651
Update release-instructions.md
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
release-instructions.md
release-instructions.md
查看文件 @
d6a312b
...
...
@@ -11,5 +11,6 @@ signing.secretKeyRingFile=<signing pgp key path>
```
`
2.
Update
`VERSION_NAME` in `gradle.properties`
to reflect the release version. (Remove "-SNAPSHOT" when releasing.)
3.
Run
`gradle publish closeAndReleaseRepository`
to upload to maven.
4.
Update
`VERSION_NAME` in `gradle.properties`
to prepare for next release version.
3.
Run
`gradle publish`
to upload to Sonatype.
4.
Run
`gradle closeAndReleaseRepository`
to release to Maven (do not combine with previous command as ordering isn't guaranteed.)
5.
Update
`VERSION_NAME` in `gradle.properties`
to prepare for next release version.
...
...
请
注册
或
登录
后发表评论