Skip to content

Commit 39c50b9

Browse files
committed
chore: enable semantic release
1 parent 984d329 commit 39c50b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ script:
2929
- npm run test
3030
- npm run build-package
3131
after_success:
32-
# - npm run semantic-release
32+
- npm run semantic-release
3333
branches:
3434
except:
3535
- "/^v\\d+\\.\\d+\\.\\d+$/"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telerik/kendo-intl",
33
"description": "A package exporting functions for date and number parsing and formatting",
4-
"version": "0.9.5",
4+
"version": "0.0.0-semantically-released",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/telerik/kendo-intl.git"

0 commit comments

Comments
 (0)