Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 6, 2023
1 parent b9b3992 commit ba371f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Note that changes which ONLY affect documentation or the testsuite will not be
listed in the changelog.

## [Unreleased]

## [0.1.0] - 2023-11-06

Initial version.
4 changes: 2 additions & 2 deletions tasks/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Render Asciidoctor templates to PDF.
See https://github.com/opendevstack/ods-pipeline-adoc/blob/vlatest/docs/tasks/render.adoc
See https://github.com/opendevstack/ods-pipeline-adoc/blob/v0.1.0/docs/tasks/render.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
steps:
- name: render
# Image is built from build/images/Dockerfile.adoc-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-adoc/adoc-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-adoc/adoc-toolset:0.1.0'
env:
- name: DEBUG
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
0.1.0

0 comments on commit ba371f9

Please sign in to comment.