Skip to content

Latest commit

 

History

History
177 lines (96 loc) · 9.96 KB

CHANGELOG.md

File metadata and controls

177 lines (96 loc) · 9.96 KB

1.2.0 (2023-07-12)

Chores

Code Refactoring

Continuous Integration

  • Update trigger branchs (#8) (8d2b843), closes #8

Documentation

  • Update docs about refactoring the repo_mapping variable (ffc4f5c)
  • Update TODO list (#9) (1df3d43), closes #9

Features

  • Add support for a regex parameter \n\n BREAKING CHANGE: Update repo_mapping variable to support the regex attribute (4f165d0)

Other

  • Merge pull request #10 from fabidick22/alpha (0d39a50), closes #10

BREAKING CHANGE

  • Refactor the repo_mapping variable

1.2.0-alpha.3 (2023-07-12)

Documentation

  • Update docs about refactoring the repo_mapping variable (ffc4f5c)

1.2.0-alpha.2 (2023-07-06)

Code Refactoring

1.2.0-alpha.1 (2023-07-05)

Chores

Continuous Integration

  • Update trigger branchs (#8) (8d2b843), closes #8

Documentation

Features

  • Add support for a regex parameter \n\n BREAKING CHANGE: Update repo_mapping variable to support the regex attribute (4f165d0)

1.1.1 (2023-07-04)

Continuous Integration

  • Update trigger branchs (#8) (8d2b843), closes #8

Documentation

1.1.1 (2023-07-04)

Continuous Integration

  • Update trigger branchs (#8) (8d2b843), closes #8

Documentation

1.2.1 (2023-07-04)

Other

  • Revert "feat: Add support regex attribute" (c96e9fe)

1.2.0 (2023-07-04)

Continuous Integration

Features

  • Add support regex attribute (6c74c62)

1.1.0 (2023-07-04)

Continuous Integration

  • Delete job condition (#7) (f3c4067), closes #7
  • Fix string format (#5) (f96cd07), closes #5
  • Refactor semver workflow (#4) (37134da), closes #4

Features

  • Add support for multiple webhooks (#6) (1054bb3), closes #6

1.1.0-beta.2 (2023-07-03)

Documentation

  • Add support for multiple webhooks (c922986)

1.1.0-beta.1 (2023-06-07)

Continuous Integration

  • Fix string format (#5) (f96cd07), closes #5
  • Refactor semver workflow (#4) (37134da), closes #4
  • Update trigger branch (6dc64a6)

Features

  • Add support for multiple webhooks \n\n BREAKING CHANGE: Change data structure of repo_mapping attribute (e28764a)

1.0.2 (2023-05-10)

Documentation

  • terraform: Update var description and examples (#3) (11ca639), closes #3

1.0.1 (2023-05-05)

Chores

  • lambda: Set version to avoid conflict with breaking changes (fe655dc)

Code Refactoring

  • Add 'repo_mapping' variable, useful if you don't want to use a YAML file (fc95b54)

Documentation

Other

  • Merge pull request #2 from fabidick22/update-workflow (79efe28), closes #2
  • Update semver.yml (1f43006)
  • Merge pull request #1 from fabidick22/refactor-repo-mapping (1c7e9ef), closes #1

1.0.0 (2023-05-04)

Code Style

  • Apply format code and delete comments (75ea1a6)

Continuous Integration

Features

Other