Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: hide unreleased versions in release-notes #1465

Closed
wants to merge 1 commit into from

Conversation

mxschmitt
Copy link
Member

Addresses e.g. microsoft/playwright-java#1645

Another idea would be e.g. instead of hiding it, appending (to be released) or something like that.

@@ -423,6 +423,16 @@ ${this.documentation.renderLinksInText(member.discouraged)}
generateDoc(name, outName) {
const content = fs.readFileSync(path.join(this.srcDir, name)).toString();
let nodes = this.filterForLanguage(md.parse(content));
if (outName === 'release-notes.mdx') {
Copy link
Contributor

Choose a reason for hiding this comment

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

  • How does this work in /next? We should keep all versions there.
  • I guess we'll have to re-publish after each language release? Perhaps it's better to not worry about this?

Copy link
Member Author

Choose a reason for hiding this comment

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

let's wait for now and maybe not land the language binding release notes when we release JS.

Copy link
Contributor

github-actions bot commented Aug 9, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-forest-0a29f6210-1465.centralus.azurestaticapps.net

@mxschmitt mxschmitt closed this Aug 20, 2024
@mxschmitt mxschmitt deleted the hide-unreleased-versions branch September 12, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants