Skip to content

Commit

Permalink
ci: add updated versions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 23, 2024
1 parent c7784f7 commit a3fddb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions script/release-workflow/git-commit.sh

This file was deleted.

1 change: 1 addition & 0 deletions script/release-workflow/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -euo >/dev/null

bundle exec conventional-changelog version=${TAG} force=true
git add CHANGELOG.md
git add Gemfile.lock VERSION lib/pact/cli/version.rb
git commit -m "chore(release): version ${TAG}"
1 change: 0 additions & 1 deletion script/release-workflow/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ ${script_dir}/docker-build.sh
${script_dir}/scan.sh
${script_dir}/prepare-release.sh
${script_dir}/docker-push.sh
${script_dir}/git-commit.sh
${script_dir}/git-push.sh

0 comments on commit a3fddb7

Please sign in to comment.