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

fix(release): fix svn add command and add script to generate release notes #249

Merged
merged 13 commits into from
Jan 14, 2025

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

zeroshade and others added 5 commits January 13, 2025 19:33
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
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