Skip to content

Commit

Permalink
Rename deploy to publish - reflects better the intent.
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Nov 3, 2023
1 parent 3ca19e3 commit e8d1f68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
breaking existing names). COMMITS is an ever-increasing counter of
commits since the beginning of this repository.

## [6.33.205]

- Rename deploy to publish. Better reflects the intent.

## [6.33.204]

- Update Sentry Java SDK to 6.33.0
Expand Down Expand Up @@ -378,7 +382,8 @@ commits since the beginning of this repository.
compatible with Sentry 10.0.1 and below. If you wish to use those
versions, please continue to use sentry-clj 1.7.30.

[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.33.204...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.33.205...HEAD
[6.33.205]: https://github.com/getsentry/sentry-clj/compare/6.29.204...6.33.205
[6.33.204]: https://github.com/getsentry/sentry-clj/compare/6.29.202...6.33.204
[6.29.202]: https://github.com/getsentry/sentry-clj/compare/6.28.200...6.29.202
[6.28.200]: https://github.com/getsentry/sentry-clj/compare/6.26.199...6.28.200
Expand Down
2 changes: 1 addition & 1 deletion bin/deploy → bin/publish
Expand Up @@ -13,4 +13,4 @@ REQD_VALUES=("CLOJARS_URL" "CLOJARS_USERNAME" "CLOJARS_PASSWORD")
i=$((i+1)) ; : ${VALUE:?$var_name is missing}
done ) || usage

clojure -T:build deploy
clojure -T:build publish

0 comments on commit e8d1f68

Please sign in to comment.