Skip to content

Fixing the release plugin #839

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

Merged
merged 2 commits into from
Feb 16, 2021
Merged

Fixing the release plugin #839

merged 2 commits into from
Feb 16, 2021

Conversation

rpatrick00
Copy link
Contributor

@rpatrick00 rpatrick00 commented Feb 12, 2021

With these changes, the process to cut a new release is:

  1. Make sure that your local repo is in sync with origin/master and that the local repo is on the master branch (there can be no outstanding changes or commits on the master branch).
  2. Run the following command just to ensure that the build and tests are succeeding:
    mvn clean verify
  1. Create a release.properties file in the root of the project with the following content
    releaseVersion=<non-snapshost-version>
    developmentVersion=<next-snapshot-version>
  1. Run the following command:
    mvn -B release:prepare release:perform
  1. Create a new release in github based on the tag release-<non-snapshot-version> and upload the new installer from ~/.m2/repository/com/oracle/weblogic/lifecycle/weblogic-deploy-installer/<non-snapshot-version>/weblogic-deploy-installer-<non-snapshot-version>.zip.

@ddsharpe ddsharpe merged commit a8ea337 into master Feb 16, 2021
@ddsharpe ddsharpe deleted the release-plugin branch February 16, 2021 22:16
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.

4 participants