Skip to content

Commit

Permalink
Merge pull request #16 from nicacioliveira/release/1.0.4
Browse files Browse the repository at this point in the history
Release version 1.0.4
  • Loading branch information
nicacioliveira authored Oct 27, 2021
2 parents c842996 + d129a89 commit bb51b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2-publish-and-deploy-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

k8s-manifest-update:
runs-on: ubuntu-latest
needs: docker
needs: container-registry-generate
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.0.4] - 2021-10-27

## [1.0.3] - 2021-10-27

## [1.0.2] - 2021-10-22
Expand Down Expand Up @@ -43,7 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[1.0.1]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.0...1.0.1

[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.3...HEAD
[Unreleased]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.4...HEAD

[1.0.4]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...1.0.4

[1.0.3]: https://github.com/nicacioliveira/gactions-cicd-boilerplate/compare/1.0.2...1.0.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.11.0"
},
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit bb51b8f

Please sign in to comment.