diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63c9e1015a..159087c200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: run: mkdir -p static/api/development && curl https://raw.githubusercontent.com/owncast/owncast/master/doc/api/index.html > static/api/development/index.html - name: Generate project roadmap - run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 24 > ../content/roadmap/index.html + run: cd scripts && ./build-roadmap --accessToken ${{ secrets.GITHUB_TOKEN }} --milestone 25 > ../content/roadmap/index.html - name: Commit changes diff --git a/content/roadmap/index.html b/content/roadmap/index.html index 5459d0374c..2d8136b13c 100644 --- a/content/roadmap/index.html +++ b/content/roadmap/index.html @@ -24,23 +24,190 @@
-
Another incremental release with bug fixes.
- +With all the big changes lately more, smaller, releases for bug fixes and addressing feedback are needed as we prepare for larger, new, features. - See milestone.
diff --git a/scripts/roadmap.tmpl b/scripts/roadmap.tmpl index 918cc8e30d..9b643be7bf 100644 --- a/scripts/roadmap.tmpl +++ b/scripts/roadmap.tmpl @@ -95,11 +95,11 @@ tags: ["roadmap", "planning", "features", "releases"]With all the big changes lately more, smaller, releases for bug fixes and addressing feedback are needed as we prepare for larger, new, features. - See milestone.