Compare commits

...

5 Commits

5 changed files with 17 additions and 3 deletions

View File

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

View File

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

3
.versionrc Normal file
View File

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

View File

@ -2,6 +2,8 @@
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.1",
"version": "0.0.2",
"scripts": {
"release": "standard-version",
"release": "standard-version --releaseCommitMessageFormat",
"jsonnet:home": "drone jsonnet --source .drone/drone-home.jsonnet --target .drone/drone-home.yml --stream"
},
"devDependencies": {
"standard-version": "^8.0.2"
}
}
}