-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking: major infrastructure upgrade #579
Conversation
# Logs | ||
logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we will re-create it when needed.
@@ -1 +0,0 @@ | |||
* @brafdlog @baruchiro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep this file
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
8371db0
to
1a3f7de
Compare
- [x] Changed the `package.json` `repository` to `baruchiro`. Need to revert before merge. - [x] Need to check with Google Credentials because they are not configured in my repo. - [ ] When using the default config, on Mac, the file exporters get "readonly filesystem". The problem is they are not failed but running forever. **I can live with that** - [ ] run prettier --write on the target branch **some day, in dedicated commit and PR** - I removed the `CHANGELOG` file and the updated version from the `package.json` as suggested [here](https://semantic-release.gitbook.io/semantic-release/support/faq#making-commits-during-the-release-process-adds-significant-complexity) - We can continue with the failing pipelines, and not mark them as required. I commented out the OS matrix for tests to run only on Linux to save machine time. #### Tested Platforms Test this version: https://github.com/baruchiro/caspion/releases/tag/v1.33.4 - [x] Mac (Apple Silicon): Tested by @baruchiro - [x] CSV: @baruchiro - [x] Excel: @baruchiro - [ ] YNAB - [x] Google Sheets: @baruchiro - [ ] Mac (Intel Silicon) - [ ] CSV - [ ] Excel - [ ] YNAB - [ ] Google Sheets - [ ] Windows - [ ] CSV - [ ] Excel - [ ] YNAB - [ ] Google Sheets - [ ] Linux - [ ] CSV - [ ] Excel - [ ] YNAB - [ ] Google Sheets
Please fix the title of this PR. Examples:
See more in |
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Part of #578