Skip to content

Commit f20ff2d

Browse files
author
Ivan Peshev
authored
Shippable release (#81)
* chore: resolve conflicts * chore: shippable release * chore: secrets * chore: ignore scripts
1 parent 749b720 commit f20ff2d

File tree

3 files changed

+42
-43
lines changed

3 files changed

+42
-43
lines changed

.github/workflows/branch_push_workflow.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {},
2424
"devDependencies": {
2525
"@telerik/eslint-config": "^1.0.0",
26-
"@progress/kendo-package-tasks": "^3.0.0",
26+
"@progress/kendo-package-tasks": "^3.0.19",
2727
"@telerik/semantic-prerelease": "^1.3.3",
2828
"cldr-data": "latest",
2929
"cz-conventional-changelog": "^1.1.5",

shippable.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
language: node_js
2+
3+
node_js:
4+
- 10
5+
6+
env:
7+
global:
8+
- PATH=$PATH:./node_modules/.bin
9+
- secure: IU0V0Y57y7dTRnA+Ea/LC7Efx/zznulLsl4qWoH1etm8/l3JzZCiJlXJ8wJk1i6X0gzGLWlkO+710DJyWuajchUP0IfD77LwFVKCazybSnn3tS2r2o/EgUB+iysI1yPyAKomqsFixtVyv+qwGdCjwnmE8NxSC3iSZ1FhBc0/w5dtz5e6ateOHgkcoREl1K87al9UsTljcRQph1LMgkQqv4LlVxDQ9TqpgMRO0nThfgZybvs1MYmI9n/1QzlmOQGHCvsyiY/eUmXy/Dn8LBqRs/fYaOTyqMUEmMCB80TRtgasF702boAHrPkfjbmjD5Ca1uKMYzpMqbXDr8AVXe0yxg==
10+
build:
11+
# http://docs.shippable.com/ci/shippableyml/#ci
12+
ci:
13+
- npm install --no-audit
14+
- npm run lint
15+
- npm run test
16+
- npm run locale-tests
17+
- npm run build-package
18+
on_success:
19+
- npx ci-semantic-release
20+
21+
resources:
22+
- name: kendo-intl-repo
23+
type: gitRepo
24+
integration: github-telerik
25+
versionTemplate:
26+
sourceName: telerik/kendo-intl
27+
branch: develop
28+
jobs:
29+
- name: kendo-intl-publish_develop_as_latest
30+
type: runSh
31+
steps:
32+
- IN: kendo-intl-repo
33+
switch: off
34+
- IN: kendo-intl_ciRepo
35+
switch: off
36+
- TASK:
37+
name: kendo-intl-publish_develop
38+
script:
39+
- ssh-add $KENDOINTLREPO_KEYPATH
40+
- cd $KENDOINTLREPO_STATE && git checkout master && git pull --rebase
41+
- npm install @telerik/semantic-prerelease@1 --no-save && npx release-master

0 commit comments

Comments
 (0)