Include changelog in docs (#2161)

* Include changelog in docs

* Rename file

* Fix redirect link

* Fix

* Rename changelog link file
This commit is contained in:
Ayaz Salikhov
2024-10-20 15:33:05 +01:00
committed by GitHub
parent 79261f19a0
commit eaf007b08d
4 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ on:
- "docs/**"
- "README.md"
- "CHANGELOG.md"
push:
branches:
- main
@@ -18,6 +19,7 @@ on:
- "docs/**"
- "README.md"
- "CHANGELOG.md"
workflow_dispatch:
jobs:

View File

@@ -1,7 +1,10 @@
# Changelog
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
All image manifests can be found in [the wiki](https://github.com/jupyter/docker-stacks/wiki).
## 2024-10-09
Affected: users building a custom set of images
- **Breaking:** Rename: `ROOT_CONTAINER`->`ROOT_IMAGE`, `BASE_CONTAINER`->`BASE_IMAGE` ([#2154](https://github.com/jupyter/docker-stacks/pull/2154), [#2155](https://github.com/jupyter/docker-stacks/pull/2155))
- **Breaking:** Rename: `ROOT_CONTAINER`->`ROOT_IMAGE`, `BASE_CONTAINER`->`BASE_IMAGE` ([#2154](https://github.com/jupyter/docker-stacks/issues/2154), [#2155](https://github.com/jupyter/docker-stacks/pull/2155))

View File

@@ -16,6 +16,7 @@ Table of Contents
using/custom-images
using/troubleshooting
using/faq
using/changelog
.. toctree::
:maxdepth: 2

5
docs/using/changelog.md Normal file
View File

@@ -0,0 +1,5 @@
```{include} ../../CHANGELOG.md
```
<!-- markdownlint-disable-file MD041 -->