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: reorder automated archival steps #2223

Merged
merged 3 commits into from
Jun 13, 2023

Conversation

pepopowitz
Copy link
Collaborator

Description

Part of #1173.

Reorders the automated archival steps, so that it's easier to open a PR with just the massive deletion changes, followed by a PR for the more digestible changes.

When should this change go live?

  • This change is not yet live and should not be merged until {ADD_DATE} (apply hold label or convert to draft PR)?
  • There is no urgency with this change.
  • This change or page is part of a marketing blog, conference talk, or something else on a schedule.
  • This functionality is already available but undocumented.
  • This is a bug fix or security concern.

PR Checklist

  • I have added changes to the relevant /versioned_docs directory, or they are not for an already released version.
  • I have added changes to the main /docs directory (aka /next/), or they are not for future versions.
  • My changes require an Engineering review, and I've assigned an engineering manager or tech lead as a reviewer, or my changes do not require an Engineering review.
  • My changes require a technical writer review, and I've assigned @christinaausley as a reviewer, or my changes do not require a technical writer review.

@pepopowitz pepopowitz added kind/enhancement Issues related with enhancing existing documentation or the documentation structure (nice to have) dx Documentation infrastructure typically handled by the Camunda DX team epic:archive-old-versions labels Jun 12, 2023
@pepopowitz pepopowitz requested a review from akeller June 12, 2023 18:24
@pepopowitz pepopowitz self-assigned this Jun 12, 2023
Comment on lines 33 to 38
if [[ "$script_index" == 2 || -z "$script_index" ]]; then
source $script_directory/1-deleteOtherVersions.sh
fi

if [[ "$script_index" == 2 || -z "$script_index" ]]; then
source $script_directory/2-deleteOtherVersions.sh
if [[ "$script_index" == 1 || -z "$script_index" ]]; then
source $script_directory/2-reduceVersionManifest.sh
Copy link
Member

Choose a reason for hiding this comment

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

Is the index here right? The should be mismatched with the source?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I definitely screwed something up -- I'll fix!

Copy link
Member

Choose a reason for hiding this comment

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

Just like I screwed up that second sentence 😆 Thank you for interpreting my gibberish.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed in latest commit!

akeller
akeller previously approved these changes Jun 13, 2023
@pepopowitz pepopowitz merged commit b587dda into main Jun 13, 2023
@pepopowitz pepopowitz deleted the pepopowitz/1173-archiving/reorder-automated-steps branch June 13, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Documentation infrastructure typically handled by the Camunda DX team epic:archive-old-versions kind/enhancement Issues related with enhancing existing documentation or the documentation structure (nice to have)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants