diff --git a/.changeset/pre.json b/.changeset/pre.json index ea15fe0..37516fc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "changesets": [ "neat-years-unite", "soft-onions-appear", - "strict-towns-grin" + "strict-towns-grin", + "thirty-grapes-shine" ] } diff --git a/.changeset/thirty-grapes-shine.md b/.changeset/thirty-grapes-shine.md new file mode 100644 index 0000000..c1aa204 --- /dev/null +++ b/.changeset/thirty-grapes-shine.md @@ -0,0 +1,10 @@ +--- +"lst_v3": patch +--- + +Changes to the build process + +# Build +- Added release flow +- when new release is in build the docker image +- latest will still be built as well diff --git a/CHANGELOG.md b/CHANGELOG.md index e029765..a156e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # lst_v3 +## 0.1.0-alpha.2 + +### Patch Changes + +- Changes to the build process + + # Build + + - Added release flow + - when new release is in build the docker image + - latest will still be built as well + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/package.json b/package.json index f1e06a5..465e291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lst_v3", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "description": "The tool that supports us in our everyday alplaprod", "main": "index.js", "scripts": {