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

Tool: newVersion.sh #1686

Merged
merged 2 commits into from
Feb 9, 2021
Merged

Tool: newVersion.sh #1686

merged 2 commits into from
Feb 9, 2021

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Feb 5, 2021

A new script that can be executed to bump the version entries in the code base. In release workflows, this avoids that some locations easily slip through.

Updates also a couple of locations that previously were forgotten.

  • add: LICENSE.txt

@ax3l ax3l added enhancement New feature or request install labels Feb 5, 2021

# CMake scripts
# CMakeLists.txt: project(WarpX VERSION YY.MM)
sed -i -E "s/"\
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: sed -E only works with GNU sed (see comment above)

Since I am currently doing the releases, this is good for now and avoids complicating the script.

ax3l added 2 commits February 8, 2021 12:41
A new script that can be executed to bump the version entries in the
code base.
@RemiLehe RemiLehe merged commit 1aaccf0 into ECP-WarpX:development Feb 9, 2021
@ax3l ax3l deleted the tool-version branch February 9, 2021 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request install
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants