Skip to content

Commit

Permalink
Merge branch 'master' into app-bar-top
Browse files Browse the repository at this point in the history
  • Loading branch information
acarvalhotw committed Jul 24, 2020
2 parents 6eef682 + f5441e7 commit ec66b36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name-template: 'Release Template 🌈'
template: |
## Release XXX - DS Android
Hi today we’re releasing the new version of Nat DS For Android!
## What’s new:
### 🎸 New Feature
Description New Feature
### 🐛 Bug
Description Bug
### ⚠️⚠️⚠️ Breaking Change ⚠️⚠️⚠️
Description Breaking Change
---
If you have ideas or suggestions how to make our Design System even better please send us an issue:
https://github.com/natura-cosmeticos/natds-android/issues
2 changes: 1 addition & 1 deletion tools/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (file("github_credentials.properties").file) {
}

def getVersionName = { ->
return "2.1.0"
return "2.2.1"
}

def getGroupId = { ->
Expand Down

0 comments on commit ec66b36

Please sign in to comment.