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

Combine publish-docs.sh and release.sh #2196

Merged
merged 2 commits into from
Apr 21, 2022
Merged

Conversation

Scottmitch
Copy link
Member

Motivation:
publish-docs.sh expects to only run on the main branch.
However we also want to generate javadocs on branches
other than main, for example to publish updated deprecation
notices.

Modifications:

  • Remove publish-docs.sh, and move its logic into release.sh

Result:
Non-main branches will have javadocs published during release.

@Scottmitch
Copy link
Member Author

Depends upon #2195

Motivation:
publish-docs.sh expects to only run on the main branch.
However we also want to generate javadocs on branches
other than main, for example to publish updated deprecation
notices.

Modifications:
- Remove publish-docs.sh, and move its logic into release.sh

Result:
Non-main branches will have javadocs published during release.
scripts/release.sh Outdated Show resolved Hide resolved
@Scottmitch Scottmitch merged commit 178fc28 into apple:main Apr 21, 2022
@Scottmitch Scottmitch deleted the release_docs branch April 21, 2022 05:22
Scottmitch added a commit that referenced this pull request Apr 21, 2022
Motivation:
publish-docs.sh expects to only run on the main branch.
However we also want to generate javadocs on branches
other than main, for example to publish updated deprecation
notices.

Modifications:
- Remove publish-docs.sh, and move its logic into release.sh

Result:
Non-main branches will have javadocs published during release.
@Scottmitch
Copy link
Member Author

0.41 (7f4e633)

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