This adds a pipeline step to manage versions and the changelog file. The files `.version.json` and `CHANGELOG.md` are also added with initial values.
7 lines
94 B
Docker
7 lines
94 B
Docker
FROM alpine:3.16.0
|
|
|
|
RUN apk --no-cache add \
|
|
bison \
|
|
build-base \
|
|
cmake \
|
|
flex |