knidarkness
79d22a2556
fix: clarify message for EGITNOPERMISSION error
2019-10-09 17:57:18 -04:00
Pierre Vanduynslager
95a9e89141
revert: fix(definitions): Repository documentation links
...
This reverts commit 1eb302545e3ed16044cb0533430d39ce0eeed9e2.
2019-08-22 14:47:21 -04:00
Florian Keller
1eb302545e
fix(definitions): Repository documentation links
2019-08-16 10:17:24 -07:00
greenkeeper[bot]
448a0ff977
chore(package): update xo to version 0.24.0
2019-01-30 17:27:04 -05:00
Pierre Vanduynslager
7a9922a492
fix: rename default branch
2018-11-28 17:32:05 -05:00
Pierre Vanduynslager
5180001ae6
feat: support multiple plugins for the analyzeCommits
step
...
In case multiple plugins with a `analyzeCommits` step are configured, all of them will be executed and the highest release type (`major` > `minor`, `patch`) will be used.
2018-11-12 15:06:46 -05:00
Pierre Vanduynslager
5ba5010c80
feat: add new plugins
option
2018-10-08 13:24:51 -04:00
Pierre Vanduynslager
9930dac69e
fix: add cwd
to ENOGITREPO
error message
2018-10-04 01:49:44 -04:00
Pierre Vanduynslager
bc8551c025
fix: typo in EPLUGINCONF
error message
2018-10-04 01:49:44 -04:00
Pierre Vanduynslager
d8c84a0e0b
fix: clarify EPLUGINCONF
error message
...
The message now specify if the step is required and if it allows to configure multiple plugins.
2018-07-29 23:50:17 -04:00
Pierre Vanduynslager
576eb6027f
refactor: simplify plugin validation
2018-07-10 13:18:58 -04:00
Pierre Vanduynslager
24a8052038
refactor: simply EGITNOPERMISSION error parameters
2018-06-15 16:16:55 -04:00
Pierre Vanduynslager
a72d8f52af
fix: add clarification in EGITNOPERMISSION error message
...
Clarify that the error might be due to an invalid `repositoryUrl` configuration.
2018-05-20 23:14:44 +03:00
Pierre Vanduynslager
61d7d38ec2
feat: set tag author and committer name/email
...
Use [Git Environment Variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#Committing ). Set default values if environement variables are not set.
2018-05-08 14:25:23 -04:00
Pierre Vanduynslager
9dd127ba98
fix: fix EPLUGINCONF
error details
2018-02-12 00:36:06 -05:00
Pierre Vanduynslager
49f5e704ba
feat: add success
and fail
notification plugins
...
- Allow `publish` plugins to return an `Object` with information related to the releases
- Add the `success` plugin hook, called when all `publish` are successful, receiving a list of release
- Add the `fail` plugin hook, called when an error happens at any point, receiving a list of errors
- Add detailed message for each error
2018-02-11 19:53:41 -05:00