Skip to content

Conversation

@zeroshade
Copy link
Member

Rationale for this change

Ease of utility for release process

What changes are included in this PR?

Fixing svn add command to explicitly refer to the directory so it doesn't present an error anymore.
Add script to generate the markdown page for adding release notes to the arrow-site repo.

Comment on lines 51 to 55
if [ ${previous_major_version} -eq ${major_version} ]; then
release_type=patch
else
release_type=major
fi
Copy link
Member

Choose a reason for hiding this comment

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

Can we add "minor" release detection?

Copy link
Member Author

Choose a reason for hiding this comment

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

added


pushd "${ARROW_SITE_DIR}"
DEFAULT_BRANCH="$(git rev-parse --abbrev-ref origin/HEAD | sed s@origin/@@)"
git fetch --all --prune --tags --force -j$(nproc)
Copy link
Member

Choose a reason for hiding this comment

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

Could you add a check whether this working copy is a fork not apache/arrow-site?

Copy link
Member Author

Choose a reason for hiding this comment

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

added

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@zeroshade zeroshade merged commit 1c5598e into apache:main Jan 14, 2025
24 checks passed
@zeroshade zeroshade deleted the fix-release-post branch January 14, 2025 01:53
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