Gregor
a07b2ee339
WIP just debugging nevermind me
2019-06-04 16:27:56 -07:00
Gregor
8f7456f6ed
fix: prefix git auth with "x-access-token:" when run in a GitHub Action
2019-06-04 15:35:11 -07:00
greenkeeper[bot]
448a0ff977
chore(package): update xo to version 0.24.0
2019-01-30 17:27:04 -05:00
David Aghassi
4652cef1e6
docs: corrected typos in jsdocs
2019-01-12 14:27:56 -05:00
Pierre Vanduynslager
a99355effa
fix: remove dependency to git-url-parse
2018-10-27 09:35:45 -04:00
Pierre Vanduynslager
5ba5010c80
feat: add new plugins
option
2018-10-08 13:24:51 -04:00
greenkeeper[bot]
fa62d427b6
chore(package): update xo to version 0.23.0
2018-09-03 16:54:31 -04:00
Pierre Vanduynslager
93377eb636
revert: "fix: do not convert ssh repositoryUrl
to https"
...
This reverts commit b89523105cf04298f1f44858a02cc76c6c5dd0a5.
2018-08-10 13:16:29 -04:00
Pierre Vanduynslager
b89523105c
fix: do not convert ssh repositoryUrl
to https
2018-08-08 12:02:02 -04:00
Pierre Vanduynslager
a94e08de9a
feat: pass cwd
and env
context to plugins
...
- Allow to run semantic-release (via API) from anywhere passing the current working directory.
- Allows to simplify the tests and to run them in parallel in both the core and plugins.
2018-07-17 00:42:04 -04:00
Pierre Vanduynslager
50061bb267
refactor: remove unnecessary object destructuring
2018-07-10 13:18:58 -04:00
pvdlg
cd9f2bdd44
feat: log git
error message when authentication verification fails
2018-05-04 12:19:24 -07:00
pvdlg
c93775cc38
feat: add support for Bitbucket token in environment variables
2018-05-01 12:02:29 -07:00
pvdlg
e88ac6300c
fix: fix Bitbucket authenticated URL
2018-05-01 10:44:02 -04:00
Pierre Vanduynslager
cb1f80cb56
fix: add trailing .git
to repositoryUrl
only if it's present in the configured URL
2018-04-12 17:42:53 -04:00
Pierre Vanduynslager
30ee231116
fix: prevent git prompt before permissions verification
2018-03-20 11:24:08 -04:00
Pierre Vanduynslager
5f1d530e2a
feat: allow to use shorthand for repositoryUrl
...
- `owner/repo` => `https://github.com/owner/repo.git `
- `gitlab:owner/repo` => `https://gitlab.com/owner/repo.git `
- `bitbucket:owner/repo` => `https://bitbucket.com/owner/repo.git `
2018-03-15 22:40:09 +00:00
Pierre Vanduynslager
cbf57851fb
fix: always transform git+https
url to https
2018-02-02 15:33:36 -05:00
Pierre Vanduynslager
467635bc14
fix: prioritize GIT_CREDENTIALS
for gtit credentials
...
Allow to defined a both `GIT_CREDENTIALS` for repository access and `GH_TOKEN` or `GL_TOKEN` for API access
2018-01-27 20:31:59 -05:00
Pierre Vanduynslager
d0b304e240
feat: get last release with git tags
...
- Remove the `getLastRelease` plugin type
- Retrieve the last release based on Git tags
- Create the next release Git tag before calling the `publish` plugins
BREAKING CHANGE: Remove the `getLastRelease` plugin type
The `getLastRelease` plugins will not be called anymore.
BREAKING CHANGE: Git repository authentication is now mandatory
The Git authentication is now mandatory and must be set via `GH_TOKEN`, `GITHUB_TOKEN`, `GL_TOKEN`, `GITLAB_TOKEN` or `GIT_CREDENTIALS` as described in [CI configuration](https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/ci-configuration.md#authentication ).
2018-01-27 16:50:29 -05:00