Skip to content

Releases: mad9000/actions-find-and-replace-string

Version 5

09 Feb 01:46
bce4d50
Compare
Choose a tag to compare

What's Changed

  • Update example to reflect release of v4 by @BigGillyStyle in #12
  • Updates action to use node20

Full Changelog: 4...5

Version 4

24 Mar 01:07
c49c774
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3...4

Version 3

10 Nov 16:02
c02b7ea
Compare
Choose a tag to compare

Big thanks to @marinacabrera and @mbarouski for the improvements!

What's Changed

  • Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #7
  • feat: replace all option to replace all occurrences by @marinacabrera in #4
  • Different improvements by @mbarouski in #8

New Contributors

  • @marinacabrera made their first contribution in #4
  • @mbarouski made their first contribution in #8

Full Changelog: 2...3

Version 2

25 Nov 13:37
Compare
Choose a tag to compare

Version 1!

25 Nov 13:25
Compare
Choose a tag to compare

This action contains basic find-and-replace functionality based on javascript's replace() function. Given a source, find and replace inputs, it will execute source.replace(find, replace) for you. Have a look at the included action.yml for examples.

Why create this? I wanted a way to grab the branch name in a GitHub action and transform it to something else for later use.