Skip to content

Commit

Permalink
Merge pull request #134 from nimblehq/chore/bump-version-to-1.4.0
Browse files Browse the repository at this point in the history
[Chore] Bump version to 1.4.0
  • Loading branch information
luongvo authored Jan 3, 2023
2 parents 1a42048 + 66e29db commit f731d2f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Team
# @manh-t is the Team Lead
# @luongvo is the Team Lead
* @manh-t @doannimble @luongvo @markgravity

# Engineering Leads
Expand Down
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
https://github.com/nimblehq/flutter_templates/issues/??
Note: for a release PR, append this parameter `?template=release_template.md` to the current URL to apply the release PR
template, e.g. `{Github PR URL}?template=release_template.md`

--

- Solves #

## What happened 👀

Expand Down
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Link to the milestone on Github e.g. https://github.com/nimblehq/flutter_templates/milestone/41?closed=1
or Link to the project management tool for the release
https://github.com/nimblehq/flutter_templates/milestone/?

## Features

Provide the ID and title of the issue in the section for each type (feature, chore and bug). The link is optional.

- [#1] As a user, I can log in or
- [[#1](https://github.com/nimblehq/flutter_templates/issues/1)] As a user, I can log in
- #

## Chores
- Same structure as in ## Feature

- #

## Bugs
- Same structure as in ## Feature

- #
2 changes: 1 addition & 1 deletion .template/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.3.0+12
version: 1.4.0+13

environment:
sdk: ">=2.17.5 <3.0.0"
Expand Down

0 comments on commit f731d2f

Please sign in to comment.