Skip to content

Commit

Permalink
Merge pull request #52 from baynezy/release/2.0.1.2
Browse files Browse the repository at this point in the history
Release version 2.0.1.2
  • Loading branch information
baynezy committed Dec 9, 2023
2 parents 129598d + aacd63b commit 531cccd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.CREATE_PR_TOKEN }}
run: |
echo -e "This PR merges the master branch back into develop.\nThis happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG updates are also present on the develop branch." > msg.txt
echo -e "This PR merges the master branch back into develop.\nThis happens to ensure that the updates that happened on the release branch, i.e. CHANGELOG updates are also present on the develop branch." > msg.txt
export msg=$(cat msg.txt) ; gh pr create \
--head master \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/step-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
with:
deploy-env: ${{ inputs.deploy-env }}
deploy-branch: ${{ inputs.deploy-branch }}
bucket-name: ${{ secrets.BUCKET_NAME }}
version: ${{ inputs.version }}
6 changes: 1 addition & 5 deletions .github/workflows/step-publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
required: true
description: 'Branch to deploy'
type: string
bucket-name:
required: true
description: 'Bucket name to deploy to'
type: string
version:
required: true
description: 'Version to deploy'
Expand Down Expand Up @@ -43,4 +39,4 @@ jobs:
--role-session-name MySessionName \
--query "Credentials.[AccessKeyId,SecretAccessKey,SessionToken]" \
--output text))
aws s3 sync ./web-publish/wwwroot s3://${{ inputs.bucket-name }} --delete
aws s3 sync ./web-publish/wwwroot s3://${{ secrets.BUCKET_NAME }} --delete
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1.2] - 2023-12-09

## [2.0.0.1] - 2023-12-09

[Unreleased]: https://github.com/baynezy/Html2Markdown.bayn.es/compare/2.0.0.1...HEAD
[Unreleased]: https://github.com/baynezy/Html2Markdown.bayn.es/compare/2.0.1.2...HEAD

[2.0.1.2]: https://github.com/baynezy/Html2Markdown.bayn.es/compare/2.0.0.1...2.0.1.2

[2.0.0.1]: https://github.com/baynezy/Html2Markdown.bayn.es/compare/0a87a2a60c57b43d99d451b6850e9bda6b51f25f...2.0.0.1
4 changes: 2 additions & 2 deletions semver.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"major": "2",
"minor": "0",
"patch": "0",
"build": "1"
"patch": "1",
"build": "2"
}

0 comments on commit 531cccd

Please sign in to comment.