Compare commits

..

No commits in common. "v0.0.2" and "v0.0.1" have entirely different histories.

5 changed files with 3 additions and 17 deletions

View File

@ -12,11 +12,6 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
disable: false,
depth: 0,
},
trigger: {
event: [
'tag',
],
},
services: [
images.docker {
privileged: true,

View File

@ -104,8 +104,4 @@ volumes:
host:
path: /etc/docker/certs.d
trigger:
event:
- tag
...

View File

@ -1,3 +0,0 @@
{
"compareUrlFormat": "{{repoUrl}}/compare/{{previousTag}}...{{currentTag}}"
}

View File

@ -2,8 +2,6 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.0.2](https://sigyl.com/git/stack/squid/compare/v0.0.1...v0.0.2) here tis (2020-08-05)
### 0.0.1 (2020-08-05)

View File

@ -1,11 +1,11 @@
{
"private": true,
"version": "0.0.2",
"version": "0.0.1",
"scripts": {
"release": "standard-version --releaseCommitMessageFormat",
"release": "standard-version",
"jsonnet:home": "drone jsonnet --source .drone/drone-home.jsonnet --target .drone/drone-home.yml --stream"
},
"devDependencies": {
"standard-version": "^8.0.2"
}
}
}