-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: | ||
labels: bug | ||
assignees: | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
|
||
**How to reproduce** | ||
|
||
**Screenshots** | ||
[Drag-and-drop screenshots here] | ||
|
||
**Environment** | ||
[Copy-paste Fips version, Qt version and current plan from *About Fips* window. If possible, give a link to FITS file you use.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Release issue template | ||
about: Create this issue to start release process | ||
title: Release 3.x.x | ||
labels: release | ||
assignees: matwey, hombit | ||
|
||
--- | ||
|
||
- [ ] Fix title of the issue | ||
- [ ] CMake | ||
- [ ] Git tag | ||
- [ ] Wait for CI | ||
- [ ] Homebrew Caskroom | ||
- [ ] Flatpack | ||
- [ ] openSUSE | ||
- [ ] Fedora | ||
|
||
### CMake | ||
1. Go to `CMakeLists.txt` and update version | ||
|
||
### Git tag | ||
1. Commit the chage with `git commit -a -v -S` | ||
2. Make signed tag `git tag -s 3.x.x` | ||
3. `git push origin —tags` | ||
|
||
### Wait for CI | ||
1. Wait for [travis](https://travis-ci.org/matwey/fips) and [appvevor](https://ci.appveyor.com/project/matwey/fips3) | ||
|
||
### Homebrew Caskroom | ||
1. Check no PR is open in [Homebrew Casroom repo](https://github.com/Homebrew/homebrew-cask/pulls?utf8=✓&q=is%3Apr+fips) | ||
2. `cask-repair -v 3.x.x fips` | ||
|
||
### Flatpack | ||
1. fork <https://github.com/flathub/space.fips.Fips> | ||
2. update `space.fips.Fips.appdata.xml` and `space.fips.Fips.json` | ||
3. try local build `flatpak install flathub org.kde.Sdk//5.12`, `flatpak-builder ./t space.fips.Fips.json`, `test run flatpak-builder --run ./t/ space.fips.Fips.json fips` | ||
4. Create pull request to `https://github.com/flathub/space.fips.Fips` | ||
|
||
### openSUSE | ||
1. Go to opensuse: | ||
2. `osc branch science fips` | ||
3. `osc co home:matwey:branches:science/fips` | ||
4. Edit `_service` | ||
5. `osc service dr` | ||
6. drop old sources | ||
7. `osc build --clean --local` | ||
8. `osc commit` | ||
9. `osc sr —cleanup` |