File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.0-alpha.5] ( https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.4...v1.0.0-alpha.5 ) (2024-05-04)
4+
5+
6+ ### 🛠 Builds
7+
8+ * ** deps:** update dependency nodelix to == 1.0.0-alpha.10 ([ #6 ] ( https://github.com/talent-ideal/semantic_release/issues/6 ) ) ([ 93a434b] ( https://github.com/talent-ideal/semantic_release/commit/93a434b41919f6f832b8bcbaff435f86761f3d1d ) )
9+
10+
11+ ### ⚙️ Continuous Integrations
12+
13+ * ** action:** update actions/cache action to v4 ([ #15 ] ( https://github.com/talent-ideal/semantic_release/issues/15 ) ) ([ a08f54e] ( https://github.com/talent-ideal/semantic_release/commit/a08f54effa1adba15d18f7bdf021687986b6bfe0 ) )
14+ * ** action:** update actions/checkout action to v4.1.4 ([ #8 ] ( https://github.com/talent-ideal/semantic_release/issues/8 ) ) ([ 92271e4] ( https://github.com/talent-ideal/semantic_release/commit/92271e46b518fb3eb3c87b9d87c6380df249a595 ) )
15+ * ** action:** update erlef/setup-beam action to v1.17.5 ([ #11 ] ( https://github.com/talent-ideal/semantic_release/issues/11 ) ) ([ 85fd170] ( https://github.com/talent-ideal/semantic_release/commit/85fd17040c7e45c573fa6b6ce8604beb19fdce01 ) )
16+ * ** action:** update insurgent-lab/is-in-pr-action action to v0.2.0 ([ #12 ] ( https://github.com/talent-ideal/semantic_release/issues/12 ) ) ([ b9c02c2] ( https://github.com/talent-ideal/semantic_release/commit/b9c02c2027fe7bcc9bda1b619002109633479c2b ) )
17+ * ** renovate:** configure renovate ([ c7dc4d4] ( https://github.com/talent-ideal/semantic_release/commit/c7dc4d4d271768471d81f25f53889b44098f2538 ) )
18+ * ** renovate:** disable erlang / elixir updates ([ 1b5da45] ( https://github.com/talent-ideal/semantic_release/commit/1b5da454203ffda3a84e03491fc48ef6fbd894b5 ) )
19+
20+
21+ ### ♻️ Chores
22+
23+ * ** readme:** add Hex.pm badges ([ 26d9849] ( https://github.com/talent-ideal/semantic_release/commit/26d98499e20b4d14f6e58bbb2ac0d7cf031aca93 ) )
24+ * remove old nodejs related stuff ([ a136984] ( https://github.com/talent-ideal/semantic_release/commit/a136984ca6f87a1468011d1bb487ce604d045e77 ) )
25+
326## [ 1.0.0-alpha.4] ( https://github.com/talent-ideal/semantic_release/compare/v1.0.0-alpha.3...v1.0.0-alpha.4 ) (2024-03-25)
427
528
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The package can be installed by adding `semantic_release` to your list of depend
2626``` elixir
2727def deps do
2828 [
29- {:semantic_release , " 1.0.0-alpha.4 " , only: :dev , runtime: false }
29+ {:semantic_release , " 1.0.0-alpha.5 " , only: :dev , runtime: false }
3030 ]
3131end
3232```
Original file line number Diff line number Diff line change 11defmodule SemanticRelease.MixProject do
22 use Mix.Project
33
4- @ version "1.0.0-alpha.4 "
4+ @ version "1.0.0-alpha.5 "
55 @ source_url "https://github.com/talent-ideal/semantic_release"
66
77 def project do
You can’t perform that action at this time.
0 commit comments