Explicit release management checklist
This commit is contained in:
parent
bde188ecd3
commit
2296d0032d
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
# $SNAPSHOT;
|
# 4.6.1-SNAPSHOT
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
* `core` - `CustomTypefaceSpan` new `mergeStyles` functionality and new factory method([#298])<br>Thanks [@c-b-h]
|
* `core` - `CustomTypefaceSpan` new `mergeStyles` functionality and new factory method([#298])<br>Thanks [@c-b-h]
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.3.72'
|
ext.kotlin_version = '1.4.10'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
classpath 'com.android.tools.build:gradle:4.0.2'
|
||||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
|
classpath 'com.github.ben-manes:gradle-versions-plugin:0.28.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# Release checklist
|
||||||
|
- [ ] CHANGELOG.md has proper version for released changes
|
||||||
|
- [ ] Code occurrences of `@since $SNAPSHOT;` are replaced with proper version (`@deprecated` also)
|
||||||
|
- [ ] `gradle.properties` has proper version (NOT SNAPSHOT)
|
||||||
|
- [ ] documentation web site is published (if has changes)
|
||||||
|
|
||||||
|
|
||||||
# Release management
|
# Release management
|
||||||
|
|
||||||
Development happens in the `master` branch. Although CI (via Github workflows) is triggered
|
Development happens in the `master` branch. Although CI (via Github workflows) is triggered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user