Skip to content

Choose a tag to compare

@cloudpossebot cloudpossebot released this 07 Feb 13:18
· 31 commits to refs/heads/main since this release
0e3b9a9
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