UNPKG

1.73 kBMarkdownView Raw
1# condition-circle
2
3> Checks CircleCI environment before publishing successful build using semantic-release
4
5Inspired by [condition-travis](https://github.com/semantic-release/condition-travis)
6
7### Small print
8
9Author: Gleb Bahmutov © 2015
10
11* [@bahmutov](https://twitter.com/bahmutov)
12* [glebbahmutov.com](http://glebbahmutov.com)
13* [blog](http://glebbahmutov.com/blog/)
14
15License: MIT - do anything with the code, but don't blame me if it does not work.
16
17Spread the word: tweet, star on github, etc.
18
19Support: if you find any problems with this module, email / tweet /
20[open issue](https://github.com/bahmutov/condition-circle/issues) on Github
21
22## MIT License
23
24Copyright (c) 2015 Gleb Bahmutov
25
26Permission is hereby granted, free of charge, to any person
27obtaining a copy of this software and associated documentation
28files (the "Software"), to deal in the Software without
29restriction, including without limitation the rights to use,
30copy, modify, merge, publish, distribute, sublicense, and/or sell
31copies of the Software, and to permit persons to whom the
32Software is furnished to do so, subject to the following
33conditions:
34
35The above copyright notice and this permission notice shall be
36included in all copies or substantial portions of the Software.
37
38THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45OTHER DEALINGS IN THE SOFTWARE.