Skip to content

Commit 854e2ea

Browse files
committed
update changelog and workflow
1 parent ee477b5 commit 854e2ea

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
id-token: write
270270

271271
steps:
272-
- uses: actions/checkout@v6
272+
- uses: actions/checkout@v7
273273
with:
274274
fetch-depth: 0
275275

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010
### Changed
11-
- [issue/116] (https://github.com/podaac/tig/issues/116): Poetry update python libraries for cumulus consolidation.
11+
- [issue/116](https://github.com/podaac/tig/issues/116): Poetry update python libraries for cumulus consolidation.
1212
### Deprecated
1313
### Removed
1414
### Fixed
@@ -25,9 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Deprecated
2626
### Removed
2727
### Fixed
28-
- [issue/72] (https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
29-
- [issue/78] (https://github.com/podaac/tig/issues/78): error message for empty granules
30-
- [issue/87] (https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig.
28+
- [issue/72](https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
29+
- [issue/78](https://github.com/podaac/tig/issues/78): error message for empty granules
30+
- [issue/87](https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig.
3131
### Security
3232

3333

@@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6060
### Deprecated
6161
### Removed
6262
### Fixed
63-
- [issue/79] (https://github.com/podaac/tig/issues/79): Fix calculating how big the image resolution is, possibly size is 0 so make sure its at least 1
63+
- [issue/79](https://github.com/podaac/tig/issues/79): Fix calculating how big the image resolution is, possibly size is 0 so make sure its at least 1
6464
### Security
6565

6666

@@ -139,7 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139
- ** Add image uploading **
140140
- update tig to upload tig image to ecr
141141
- ** Add palette support to generating configuration **
142-
- [issue/44] (https://github.com/podaac/tig/issues/44): Add support to palette, ppd, fill_missing in csv in generating configuration
142+
- [issue/44](https://github.com/podaac/tig/issues/44): Add support to palette, ppd, fill_missing in csv in generating configuration
143143
- ** Fix swot 2.0 alignment issue **
144144
- Added way to use global grid for region if it is in hitide configurations
145145
### Changed
@@ -157,9 +157,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
157157
- ** Add Hitide Generate Configuration **
158158
- [issue/26](https://github.com/podaac/tig/issues/26): Added cli command to generate hitide configurations for tig/forge
159159
- ** Added in swot expert image generation **
160-
- [issue/18] (https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
160+
- [issue/18](https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
161161
- ** Upgrade to support Cumulus 16 **
162-
- [issue/29] (https://github.com/podaac/hitide/issues/29): Upgrade to support cumulus 16
162+
- [issue/29](https://github.com/podaac/hitide/issues/29): Upgrade to support cumulus 16
163163
### Changed
164164
### Deprecated
165165
### Removed

0 commit comments

Comments
 (0)