Skip to content

Releases: cloudposse-github-actions/string-transformer

v0.5.0

03 Mar 13:51
6ebc930
Compare
Choose a tag to compare
Update dependency @actions/core to v1.10.1 @renovate (#19)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 1.10.0 -> 1.10.1 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/core)

v1.10.1

  • Fix error message reference in oidc utils #​1511

Update EndBug/add-and-commit action to v9.1.4 @renovate (#18)

This PR contains the following updates:

Package Type Update Change
EndBug/add-and-commit action patch v9.1.3 -> v9.1.4

Release Notes

EndBug/add-and-commit (EndBug/add-and-commit)

v9.1.4

Compare Source

What's Changed

Read more

v0.4.0

07 Feb 13:18
0e3b9a9
Compare
Choose a tag to compare
Use node20 @goruha (#17)

what

  • Use node20

why

  • Node16 is deprecated for Github Actions
Consolidate auto-release workflow @goruha (#16)

what

  • Use cloudposse/github-action-auto-release in auto-release.yaml workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code
Escape forwardslash @Benbentwo (#15)

what

  • Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
  • Use bullet points to be concise and to the point.

why

  • Provide the justifications for the changes (e.g. business case).
  • Describe why these changes were made (e.g. why do these commits fix the problem?)
  • Use bullet points to be concise and to the point.

references

  • Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
  • Use closes #123, if this PR closes a GitHub issue #123

v0.3.0

27 Jul 19:06
d8d1598
Compare
Choose a tag to compare
harder test @Benbentwo (#14)

what

  • Updating test case to include / and _

v0.2.0

23 Jun 21:46
9a05a07
Compare
Choose a tag to compare
update action.yml @Benbentwo (#11)

what

  • rename action to be string-transformer
  • update readme

why

  • Clarity & Conciseness

v0.1.0

23 Jun 21:36
b1d1886
Compare
Choose a tag to compare
initial operations @Benbentwo (#4)

initial operations:

  • lowercase
  • uppercase
  • kebabcase
  • dns-subdomain which is kebabcase + 63 letter maximum.