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

added release script #109

Merged
merged 1 commit into from
Jan 5, 2025
Merged

added release script #109

merged 1 commit into from
Jan 5, 2025

Conversation

behrica
Copy link
Member

@behrica behrica commented Jan 4, 2025

I tested a copy of it , it should work..
You need to add 2 repository secrets here:
https://github.com/scicloj/noj/settings/secrets/actions

called

CLOJARS_USERNAME
CLOJARS_PASSWORD

same values you use for manual deployments.

hen it should trigger on each "git tag xxx && git push --tags" and make a new clojarrs release

<modelVersion>4.0.0</modelVersion>
<groupId>org.scicloj</groupId>
<artifactId>noj</artifactId>
<version>LATEST</version>
Copy link
Member Author

Choose a reason for hiding this comment

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

gets replaced

</developer>
</developers>

<scm>
Copy link
Member Author

Choose a reason for hiding this comment

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

gets replaces

Copy link
Member Author

Choose a reason for hiding this comment

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

the block with correct values

@daslu
Copy link
Member

daslu commented Jan 5, 2025

Nice, thanks

@daslu daslu merged commit 089636a into scicloj:main Jan 5, 2025
3 checks passed
@behrica
Copy link
Member Author

behrica commented Jan 5, 2025

I suggest to test it ones with making a dummy release, test-0-0-0, as you wish.
Such release would be visible in clojars.

So we can wait as well for a real release, and fix the script, if failing

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