Skip to content

Commit

Permalink
Merge pull request #22 from marcoandre1/release
Browse files Browse the repository at this point in the history
[MERGE]: release to main
  • Loading branch information
marcoandre1 authored Jan 16, 2023
2 parents 97dc9c1 + db2203f commit 4be08c7
Show file tree
Hide file tree
Showing 9 changed files with 248 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and deploy
on:
# Runs on PR targeting the default branch
pull_request:
branches: ["master"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG

## [v1.0.1](https://github.com/marcoandre1/daily-organizer/releases/tag/v1.0.0) Jan 14, 2023
## [v1.0.2](https://github.com/marcoandre1/daily-organizer/releases/tag/v1.0.2) Jan 15, 2023

- Fix #19 [BUG]: Action add comment to task not working properly: see PR #20 [FEATURE]: Fix #19 add custom comment on task. (@marcoandre1)
- Fix #17 [BUG]: change workflow branch from master to main: see PR #18 [FEATURE]: Change workflow branch from master to main. (@marcoandre1)

## [v1.0.1](https://github.com/marcoandre1/daily-organizer/releases/tag/v1.0.1) Jan 14, 2023

- Fix #2 Add functionality to "submit" button to add comments: see PR #11 [FEATURE]: Add functionality to add comments. (@marcoandre1)
- Add GitHub Actions for automatic deployment: take a look at `.github/workflows/release-on-master-pr.yml` file for more info. (@marcoandre1)
Expand Down
Loading

0 comments on commit 4be08c7

Please sign in to comment.