WIP
This commit is contained in:
parent
7beb13af45
commit
2cc7d517b1
@ -21,6 +21,8 @@ See https://github.com/semantic-release/semantic-release/blob/master/docs/suppor
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(process.env)
|
||||||
|
|
||||||
execa('git', ['--version'])
|
execa('git', ['--version'])
|
||||||
.then(({stdout}) => {
|
.then(({stdout}) => {
|
||||||
var gitVersion = findVersions(stdout)[0];
|
var gitVersion = findVersions(stdout)[0];
|
||||||
|
@ -84,7 +84,7 @@ test.after.always(async () => {
|
|||||||
await Promise.all([gitbox.stop(), npmRegistry.stop(), mockServer.stop()]);
|
await Promise.all([gitbox.stop(), npmRegistry.stop(), mockServer.stop()]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Release patch, minor and major versions', async (t) => {
|
test.only('Release patch, minor and major versions', async (t) => {
|
||||||
const packageName = 'test-release';
|
const packageName = 'test-release';
|
||||||
const owner = 'git';
|
const owner = 'git';
|
||||||
// Create a git repository, set the current working directory at the root of the repo
|
// Create a git repository, set the current working directory at the root of the repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user