Skip to content

docs: release versioned documentation#58

Merged
AlexanderLanin merged 1 commit intoeclipse-score:mainfrom
qorix-group:piotrkorkus_pages_for_release
Feb 4, 2026
Merged

docs: release versioned documentation#58
AlexanderLanin merged 1 commit intoeclipse-score:mainfrom
qorix-group:piotrkorkus_pages_for_release

Conversation

@PiotrKorkus
Copy link
Contributor

  • deploy pages for the release tags
  • never cleanup release docs

Closes: eclipse-score/docs-as-code#287

- deploy pages for the release tags
- never cleanup release docs
@PiotrKorkus
Copy link
Contributor Author

Checked in personal repo page with the name of tag was deployed

ACTIVE_BRANCHES=$(gh api --paginate repos/${{ github.repository }}/branches --jq '.[].name')
OPEN_PRS=$(gh api --paginate repos/${{ github.repository }}/pulls --jq '.[].number' | sed 's/^/pr-/')
VALID_ENTRIES=$(echo -e "$ACTIVE_BRANCHES\n$OPEN_PRS")
RELEASES=$(gh api --paginate repos/${{ github.repository }}/releases --jq '.[].name')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only return the first 100?

@AlexanderLanin AlexanderLanin merged commit 507bb1f into eclipse-score:main Feb 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Tagged revisions available in hosted documentation

2 participants