Skip to content

Commit

Permalink
Production Release (13 Feb, 2024) (#266)
Browse files Browse the repository at this point in the history
* Rename all instances of Dashboard to Roadmap

* Add action to navigate to product roadmap from products listing page

* Add options from the Download PDF button: Download or Send

* initial merge

* fix ts setup and other versions

* bring in changes from release client

* pull changes from release client

* pull in changes from release client - 3

* add missing global context

* temp fix for release summary endpoint

* bring in missing changes from release client

* UI/CSS fixes

* Make descriptive fields in the wizard optional

* add chatbot

* bring in changes from release client demo

* UI clean up

* Add complexity and release_uuid fields to the feature form

* Add complexity and release_uuid fields to the feature form

* Add complexity and release_uuid fields to the feature form

* Update a feature

* Save assignees assigned to an issue

* Make timezone field an autocomplete select

* List release features

* List features issues

* fix github actions

* bump version

* Releases list fixes

* fix sync data from tool check

* Order releases by release date (#262)

* Update node version

* Kanban: Dragging first item to an empty swimlane

* fix prod github action

---------

Co-authored-by: IvyMM <ivy.mwonge@gmail.com>
Co-authored-by: Peter Odeny <odenypeter@gmail.com>
Co-authored-by: Greg Lind <greg@buildly.io>
  • Loading branch information
4 people authored Feb 13, 2024
1 parent f1516fe commit 46c61b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16

# auto generate tag from label defined in Dockerfile
- name: Tag version
uses: Klemensas/action-autotag@stable
id: tag_version
env:
with:
GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}"

# Create release notes
Expand All @@ -49,7 +50,7 @@ jobs:

# Login to docker
- name: Docker login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: gcr.io
username: _json_key
Expand Down

0 comments on commit 46c61b3

Please sign in to comment.