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

build: set up publishing #17

Merged
merged 1 commit into from
Jan 20, 2024
Merged

build: set up publishing #17

merged 1 commit into from
Jan 20, 2024

Conversation

kennedykori
Copy link
Owner

Add publishing capabilities to the build system, allowing the library to be consumed by other users/clients. The project can be published to the following Apache Maven repositories:

This is part of the project's efforts to migrate to Maven Central, as highlighted in the issue #13.

Add publishing capabilities to the build system, allowing the library to
be consumed by other users/clients. The project can be published to the
following [Apache Maven](https://maven.apache.org/) repositories:

- A test repository relative to the build diretory(`build/repos/releases`).
- Maven local repository. See [here](https://maven.apache.org/repositories/local.html) for more details.
- [GitHub Packages](https://github.com/kennedykori/jutils/packages/2045860).
- [Maven Central](https://central.sonatype.com/artifact/io.github.kennedykori/utils/overview).

This is part of the project's efforts to migrate to Maven Central, as
highlighted in the issue [#13](#13).
@kennedykori kennedykori self-assigned this Jan 20, 2024
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f939639) 100.00% compared to head (35e93b7) 100.00%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##             develop       #17   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       239       239           
===========================================
  Files              1         1           
  Lines            330       330           
  Branches          51        51           
===========================================
  Hits             330       330           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kennedykori kennedykori merged commit 38d2423 into develop Jan 20, 2024
3 checks passed
@kennedykori kennedykori deleted the build-set-up-publishing branch January 20, 2024 13:30
@kennedykori
Copy link
Owner Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kennedykori kennedykori added the released Has been released label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant