Skip to content

Commit

Permalink
Test PR 1: this title will be the commit message in test-release-1.3.6 (
Browse files Browse the repository at this point in the history
#8)

* Add a markdown file for dashboard descriptions, link new file in README.md (cisagov#138)

* Add a markdown file for dashboard descriptions

## 🗣 Description ##

<!-- Describe the "what" of your changes in detail. -->

Add dashboard-descriptions.md in /docs/markdown/reference.
Add a link to this file within the main README.md's table of contents.

### 💭 Motivation and context 

<!-- Why is this change required? -->
<!-- What problem does this change solve? How did you solve it? -->
<!-- Mention any related issue(s) here using appropriate keywords such -->
<!-- as "closes" or "resolves" to auto-close them on merge. -->

The LME repository does not have a location for dashboard descriptions.

## 🧪 Testing 

<!-- How did you test your changes? How could someone else test this PR? -->
<!-- Include details of your testing environment, and the tests you ran to -->
<!-- see how your change affects other areas of the code, etc. -->

N/A

## ✅ Pre-approval checklist ##

- [x] Changes are limited to a single goal **AND** 
      the title reflects this in a clear human readable format
- [x] I have read and agree to LME's [CONTRIBUTING.md](https://github.com/cisagov/LME/CONTRIBUTING.md) document.
- [x] The PR adheres to LME's requirements in [RELEASES.md](https://github.com/cisagov/LME/RELEASES.md#steps-to-submit-a-PR)
- [x] These code changes follow [cisagov code standards](https://github.com/cisagov/development-guide).
- [x] All relevant repo and/or project documentation has been updated to reflect the changes in this PR.

## ✅ Post-merge Checklist

- [x] Squash all commits into one PR level commit 
- [x] Delete the branch to keep down number of branches

* Update README.md to include dashboard-descriptions.md

* Update wording for computer software overview dashboard

* Fix some grammatical changes in dashboard-descriptions.md

* Release 1.3.1 merge into main  (cisagov#154)

* Update retention function to fix retention policy bug (cisagov#143)

* Updated troubleshooting guide to account for index management (cisagov#134)

* Update upgrading.md to account for 1.3.1 (cisagov#151)

* Update upgrading.md

* Update upgrading.md

---------

Co-authored-by: Andrew Arz <149685528+aarz-snl@users.noreply.github.com>

* Fixes dashboard update not importing on fresh install (cisagov#167) (cisagov#169)

* Fixes dashboard update not importing on fresh install
cisagov#165

* Update upgrading.md to include status on v1.3.2, along with revisions to the document overall

* remove step 4 from upgrading.md; add additional instructions for v1.3.2

---------

Co-authored-by: Clint Baxley <c.baxley-ctr@ecstech.com>
Co-authored-by: Clint Baxley <clint.baxley-ctr@ecstech.com>

* create run_release.yaml github action workflow

* create test commits for sample PR

* test custom date and body

* making a test commit 1

---------

Co-authored-by: Andrew Arz <149685528+aarz-snl@users.noreply.github.com>
Co-authored-by: Clint Baxley <c.baxley-ctr@ecstech.com>
Co-authored-by: Clint Baxley <clint.baxley-ctr@ecstech.com>
  • Loading branch information
4 people committed Feb 2, 2024
1 parent ae62a33 commit 3ac1b83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
name: ${{ inputs.releaseName }}
tag_name: v${{ inputs.version }}
files: LME-${{ inputs.version }}.zip
files: LME-${{ steps.tag.outputs.tag }}.zip
draft: true
generate_release_notes: true
body: "## [${{ inputs.version }}] - Timberrrrr! - ${{ env.date }}"
Expand Down
2 changes: 2 additions & 0 deletions test/test1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test
123
2 changes: 2 additions & 0 deletions test/test2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test
123
1 change: 1 addition & 0 deletions test/test3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make commit test

0 comments on commit 3ac1b83

Please sign in to comment.