Skip to content

Commit f8a84c6

Browse files
committed
Merge branch 'main' into rehan/push-click-behavior
2 parents 88ae41b + 86ce8e9 commit f8a84c6

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

.github/workflows/deploy_git_tag.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ jobs:
3131
uses: cycjimmy/semantic-release-action@v4
3232
id: semantic-release
3333
with:
34-
# version numbers below can be in many forms: M, M.m, M.m.p
35-
# version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)
36-
# because previous version had a bug in commit analyzer
37-
semantic_version: 22.0.5
34+
semantic_version: latest
3835
extra_plugins: |
3936
conventional-changelog-conventionalcommits
40-
@semantic-release/changelog
41-
@semantic-release/git
4237
@semantic-release/github
4338
@semantic-release/exec
4439
env:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Customs ###
22
ios/Flutter/flutter_export_environment.sh
33
.idea/**
4+
**/flutter_export_environment.sh
45

56
# MacOS generated file
67
.DS_Store

.pubignore

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ app.*.symbols
7676
# Obfuscation related
7777
app.*.map.json
7878

79+
# sample app
80+
apps/*
81+
7982
# Exceptions to above rules.
8083
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
8184
Footer

apps/amiapp_flutter/android/.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ GeneratedPluginRegistrant.java
88
key.properties
99
**/*.jks
1010

11-
# Google Services (e.g. APIs or Firebase)
12-
google-services.json

apps/amiapp_flutter/ios/Flutter/flutter_export_environment.sh

-13
This file was deleted.

0 commit comments

Comments
 (0)