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

Prepare repository for next .github release, SBT build improvements and fix microsite creation #490

Merged
merged 19 commits into from
Jul 13, 2020

Conversation

alejandrohdezma
Copy link
Contributor

What has been done in this PR?

Prepare project for next .github release

  • Add ci-publish command alias that will be used instead of ci-release for publishing artifacts.
  • Move docs templates to docs folder (as mdoc is expected).
  • Run github before ci-docs.
  • Remove ci-microsite (it gets inline in ci-docs).
  • Add actions.yml file that will be used by next .github release workflows to read pre/post conditions to run before/after ci-* commands.'

Fix the plugin's own microsite creation

  • Since this project began using itself in its own build, instead of using the previously released version, its microsite got broken.
    • First, we need to add the same code added for using the plugin sources, but for the plugin resources.
    • Then, since this resources won't come from a JAR file, we can't use copyJARResourcesTo. Add a condition to use copyFilesRecursively as a fallback.

Simplify SBT build

  • Re-order settings.
  • Remove unneeded settings.
  • Remove old sbt-org-policies markers.
  • Add sbt-remove-test-from-pom to avoid publishing test dependencies to POM.

Update versions

  • Update plugins to latest versions

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

🚀

@alejandrohdezma alejandrohdezma merged commit ba8920e into master Jul 13, 2020
@alejandrohdezma alejandrohdezma deleted the update-to-last-dot-github branch July 13, 2020 09:11
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.

None yet

2 participants