File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,22 +17,6 @@ workflows:
1717 - macos-job :
1818 name : CocoaPods
1919 cocoapods : true
20- notify_release :
21- jobs :
22- - notify_release :
23- filters :
24- tags :
25- only : /(?!.*\bdaily\b)^v.*/
26- branches :
27- ignore : /.*/
28- notify_release_daily :
29- jobs :
30- - notify_release_daily :
31- filters :
32- tags :
33- only : /^v.*daily.*/
34- branches :
35- ignore : /.*/
3620
3721jobs :
3822 macos-job :
@@ -128,43 +112,3 @@ jobs:
128112 - run :
129113 name : Verify LICENSE.md is up-to-date
130114 command : ./scripts/release/check-license.sh
131- notify_release :
132- docker :
133- - image : cimg/base:stable
134- resource_class : small
135- steps :
136- - slack/notify :
137- channel : sdk-releases
138- event : pass
139- custom : |
140- {
141- "blocks": [
142- {
143- "type": "section",
144- "text": {
145- "type": "mrkdwn",
146- "text": "Common SDK <https://github.com/mapbox/mapbox-sdk-common/releases/tag/$CIRCLE_TAG | $CIRCLE_TAG> or <https://github.com/mapbox/mapbox-sdk/releases/tag/common/$CIRCLE_TAG | common/$CIRCLE_TAG> has been released. cc @core-sdk-team @gl-native-team @maps-android @maps-ios @search-sdk-team @navnative @navigation-ios @navigation-android"
147- }
148- }
149- ]
150- }
151- notify_release_daily :
152- docker :
153- - image : cimg/base:stable
154- resource_class : small
155- steps :
156- - slack/notify :
157- channel : sdk-releases
158- event : pass
159- custom : |
160- {
161- "blocks": [
162- {
163- "type": "section",
164- "text": {
165- "type": "mrkdwn",
166- "text": "Common SDK daily version <https://github.com/mapbox/mapbox-sdk/releases/tag/common/$CIRCLE_TAG | common/$CIRCLE_TAG> has been released"
167- }
168- }
169- ]
170- }
You can’t perform that action at this time.
0 commit comments